Skip to content

Commit d6d63f2

Browse files
build(deps): bump actions/cache from 4.3.0 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03e1897 commit d6d63f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ jobs:
164164
# TODO(phlax): shift this to ci/request action above
165165
- name: Check Docker cache (x64)
166166
id: cache-exists-docker-x64
167-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
167+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
168168
with:
169169
lookup-only: true
170170
path: /tmp/cache
171171
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}
172172
- name: Check Docker cache (arm64)
173173
id: cache-exists-docker-arm64
174-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
174+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
175175
with:
176176
lookup-only: true
177177
path: /tmp/cache

.github/workflows/_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jobs:
298298
# HACK/WORKAROUND for cache scope issue (https://github.com/envoyproxy/envoy/issues/37603)
299299
- if: ${{ inputs.cache-build-image }}
300300
id: cache-lookup
301-
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
301+
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
302302
with:
303303
lookup-only: true
304304
path: /tmp/cache

0 commit comments

Comments
 (0)