From cebdad0496c190b14e4ec99ad4c38831acf7e34a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 07:07:14 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.2.35 to 0.2.37 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.2.35 to 0.2.37. 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.35...actions-v0.2.37) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build_image.yml b/.github/workflows/_build_image.yml index cda398cb..dfc25289 100644 --- a/.github/workflows/_build_image.yml +++ b/.github/workflows/_build_image.yml @@ -43,7 +43,7 @@ jobs: runs-on: ${{ inputs.host_platform }} name: Build and test Docker image steps: - - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.35 + - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.37 name: 'Free disk space' - name: 'Checkout repository' uses: actions/checkout@v4