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 @@ -380,7 +380,7 @@ jobs:
380380
381381 - name : Restore layer history cache
382382 if : steps.arch-check.outputs.skip != 'true'
383- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
383+ uses : actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
384384 with :
385385 path : /tmp/layer-history.txt
386386 key : layer-history-${{ matrix.app }}-${{ matrix.arch }}-${{ github.run_id }}
@@ -477,7 +477,7 @@ jobs:
477477
478478 - name : Save layer history cache
479479 if : steps.arch-check.outputs.skip != 'true'
480- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
480+ uses : actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
481481 with :
482482 path : /tmp/layer-history.txt
483483 key : layer-history-${{ matrix.app }}-${{ matrix.arch }}-${{ github.run_id }}
You can’t perform that action at this time.
0 commit comments