Skip to content

Commit

Permalink
build(deps): bump envoyproxy/toolshed from actions-v0.2.29 to 0.2.35
Browse files Browse the repository at this point in the history
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](envoyproxy/toolshed@actions-v0.2.29...actions-v0.2.35)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent ab89e07 commit 0afe50b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ${{ inputs.host_platform }}
name: Build and test Docker image
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].29
- uses: envoyproxy/toolshed/gh-actions/[email protected].35
name: 'Free disk space'
- name: 'Checkout repository'
uses: actions/checkout@v4
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
with:
go-version: ${{ inputs.go_version }}
cache: false
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].29
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].35
if: ${{ inputs.test_toolchain && inputs.os_family }}
name: 'Start and load Docker registry'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_regenerate_toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
name: Regenerate toolchain
steps:
- id: appauth
uses: envoyproxy/toolshed/gh-actions/[email protected].29
uses: envoyproxy/toolshed/gh-actions/[email protected].35
with:
key: ${{ secrets.bot_key }}
app_id: ${{ secrets.bot_id }}
Expand Down

0 comments on commit 0afe50b

Please sign in to comment.