From 597bd78ba63efa6eafc7ea97bd426b5c0aea995f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 06:02:01 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.0.10 to 0.1.19 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.10 to 0.1.19. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.0.10...actions-v0.1.19) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_cache_docker.yml | 2 +- .github/workflows/_ci.yml | 6 +++--- .github/workflows/_workflow-start.yml | 2 +- .github/workflows/commands.yml | 2 +- .github/workflows/envoy-sync.yml | 2 +- .github/workflows/workflow-complete.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index f0d653cab024..d1bbf39b876c 100644 --- a/.github/workflows/_cache_docker.yml +++ b/.github/workflows/_cache_docker.yml @@ -37,7 +37,7 @@ jobs: docker: runs-on: ubuntu-22.04 steps: - - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.10 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.1.19 name: Prime Docker cache (${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}) with: image_tag: "${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}" diff --git a/.github/workflows/_ci.yml b/.github/workflows/_ci.yml index 11a61854caf7..cf8f76590e26 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -92,7 +92,7 @@ jobs: steps: - if: ${{ inputs.cache_build_image }} name: Restore Docker cache (${{ inputs.cache_build_image }}) - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.10 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.1.19 with: image_tag: ${{ inputs.cache_build_image }} @@ -123,7 +123,7 @@ jobs: - if: ${{ inputs.run_pre }} name: Run pre action ${{ inputs.run_pre && format('({0})', inputs.run_pre) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.10 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.19 with: uses: ${{ inputs.run_pre }} with: ${{ inputs.run_pre_with }} @@ -147,7 +147,7 @@ jobs: - if: ${{ inputs.run_post }} name: Run post action ${{ inputs.run_pre && format('({0})', inputs.run_post) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.10 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.19 with: uses: ${{ inputs.run_post }} with: ${{ inputs.run_post_with }} diff --git a/.github/workflows/_workflow-start.yml b/.github/workflows/_workflow-start.yml index b4e758778c2b..2d1187b56395 100644 --- a/.github/workflows/_workflow-start.yml +++ b/.github/workflows/_workflow-start.yml @@ -29,7 +29,7 @@ jobs: - if: ${{ steps.env.outputs.trusted != 'true' }} name: Start status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.10 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.19 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index d1e4339f34ad..1580cf265f26 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -22,6 +22,6 @@ jobs: pull-requests: write actions: write steps: - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.10 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.1.19 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 2764e936d257..4c0d8ff22a91 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -27,7 +27,7 @@ jobs: - envoy-filter-example - data-plane-api steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.10 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.19 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/workflow-complete.yml b/.github/workflows/workflow-complete.yml index e81503bcca99..cea0baba7814 100644 --- a/.github/workflows/workflow-complete.yml +++ b/.github/workflows/workflow-complete.yml @@ -53,7 +53,7 @@ jobs: echo "state=${STATE}" >> "$GITHUB_OUTPUT" id: job - name: Complete status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.10 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.19 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples