Skip to content

Commit e0687a1

Browse files
committed
CI: Update actions/cache action to v4.2.1
Signed-off-by: Oleksandr Dubenko <[email protected]>
1 parent a1a0bf5 commit e0687a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: kubectl get pods -A
4444
- name: Restore image-cache Folder
4545
id: cache-image-restore
46-
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
46+
uses: actions/cache/restore@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
4747
with:
4848
path: ~/image-cache
4949
# cache the container image. All the paths this PR depends on except the e2e-tests folder for the key.
@@ -170,7 +170,7 @@ jobs:
170170
- name: Cache image-cache Folder
171171
if: steps.cache-image-restore.outputs.cache-hit != 'true'
172172
id: cache-image-save
173-
uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
173+
uses: actions/cache/save@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
174174
with:
175175
path: ~/image-cache
176176
key: ${{ steps.cache-image-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)