Skip to content

Commit fdd7041

Browse files
chore(deps): update actions/cache action to v5
Co-authored-by: revonateasaurus[bot] <267480593+revonateasaurus[bot]@users.noreply.github.com>
1 parent 64c4854 commit fdd7041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)