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