From 6634f68b5a42e5e04d74a282e677a781e675dfaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 23:11:16 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed in /gh-actions/cache/restore Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.3.24 to 0.3.27. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.3.24...actions-v0.3.27) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gh-actions/cache/restore/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gh-actions/cache/restore/action.yml b/gh-actions/cache/restore/action.yml index 73f41d1537..1d693ae1dc 100644 --- a/gh-actions/cache/restore/action.yml +++ b/gh-actions/cache/restore/action.yml @@ -54,7 +54,7 @@ runs: - name: Restore GCS cache if: ${{ inputs.gcs-bucket }} id: cache-restore-gcs - uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.24 + uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.27 with: bucket: ${{ inputs.gcs-bucket }} path: ${{ inputs.path || inputs.path-tmp }}