diff --git a/gh-actions/envoy/ci/env/action.yml b/gh-actions/envoy/ci/env/action.yml index 795de81c0..228436532 100644 --- a/gh-actions/envoy/ci/env/action.yml +++ b/gh-actions/envoy/ci/env/action.yml @@ -52,7 +52,7 @@ runs: steps: # Check current/requested config (currently only build-images can be overridden) - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.31 id: config with: title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }} @@ -70,7 +70,7 @@ runs: result-filter: . - id: build-images - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 with: input-format: yaml-path input: ${{ inputs.config-file }} @@ -86,7 +86,7 @@ runs: | {$requested} # Check request version - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 name: Validate given version string id: version with: @@ -105,7 +105,7 @@ runs: | {requested: .} - id: request - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 with: input: | actor: ${{ toJSON(github.actor) }} @@ -138,12 +138,12 @@ runs: - name: Run config id: run-config - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 with: input-format: yaml input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31 name: Create data id: data with: