From 0afe50b344c15b71af72bc18652347bb3eb1c227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 06:20:27 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.2.29 to 0.2.35 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.2.29 to 0.2.35. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.2.29...actions-v0.2.35) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_build_image.yml | 4 ++-- .github/workflows/_regenerate_toolchain.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_build_image.yml b/.github/workflows/_build_image.yml index df6d732c..7746e8f7 100644 --- a/.github/workflows/_build_image.yml +++ b/.github/workflows/_build_image.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ inputs.host_platform }} name: Build and test Docker image steps: - - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.29 + - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.35 name: 'Free disk space' - name: 'Checkout repository' uses: actions/checkout@v4 @@ -78,7 +78,7 @@ jobs: with: go-version: ${{ inputs.go_version }} cache: false - - uses: envoyproxy/toolshed/gh-actions/docker/registry@actions-v0.2.29 + - uses: envoyproxy/toolshed/gh-actions/docker/registry@actions-v0.2.35 if: ${{ inputs.test_toolchain && inputs.os_family }} name: 'Start and load Docker registry' with: diff --git a/.github/workflows/_regenerate_toolchain.yml b/.github/workflows/_regenerate_toolchain.yml index 1ca9bc04..daad645b 100644 --- a/.github/workflows/_regenerate_toolchain.yml +++ b/.github/workflows/_regenerate_toolchain.yml @@ -30,7 +30,7 @@ jobs: name: Regenerate toolchain steps: - id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.2.29 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.2.35 with: key: ${{ secrets.bot_key }} app_id: ${{ secrets.bot_id }}