Skip to content

Commit 04955ac

Browse files
build(deps): bump actions/cache from 4.2.1 to 4.2.2 (envoyproxy#38600)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1c140ff commit 04955ac

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
@@ -151,14 +151,14 @@ jobs:
151151
# TODO(phlax): shift this to ci/request action above
152152
- name: Check Docker cache (x64)
153153
id: cache-exists-docker-x64
154-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
154+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
155155
with:
156156
lookup-only: true
157157
path: /tmp/cache
158158
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}
159159
- name: Check Docker cache (arm64)
160160
id: cache-exists-docker-arm64
161-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
161+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
162162
with:
163163
lookup-only: true
164164
path: /tmp/cache

.github/workflows/_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
# HACK/WORKAROUND for cache scope issue (https://github.com/envoyproxy/envoy/issues/37603)
275275
- if: ${{ inputs.cache-build-image }}
276276
id: cache-lookup
277-
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
277+
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
278278
with:
279279
lookup-only: true
280280
path: /tmp/cache

0 commit comments

Comments
 (0)