diff --git a/gh-actions/foreach/action.yml b/gh-actions/foreach/action.yml index e86acede4..4fa3480de 100644 --- a/gh-actions/foreach/action.yml +++ b/gh-actions/foreach/action.yml @@ -25,7 +25,7 @@ outputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 name: Context id: context with: @@ -33,13 +33,13 @@ runs: filter: | ${{ inputs.context-filter }} | . * {"items": ${{ inputs.items }}} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 name: Steps (JSON) id: steps-json with: input: ${{ inputs.steps }} input-format: yaml - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 name: Steps id: steps-subs with: @@ -55,7 +55,7 @@ runs: | map(.key as $k | $out | . + [($steps | walk(if type == "string" then sub("\\$KEY"; "\($k)") else . end))]) | flatten - - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.3.31 id: steps with: name: ${{ inputs.name }}