File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments