Skip to content

Commit cb31495

Browse files
Update actions/cache action to v6
Update actions/cache from 5.1.0 to 6.1.0 Change-type: patch
1 parent 46a3047 commit cb31495

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/link-checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Restore lychee cache
2929
id: restore-cache
30-
uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
30+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3131
with:
3232
path: .lycheecache
3333
key: cache-lychee-${{ github.sha }}
@@ -57,7 +57,7 @@ jobs:
5757
automated issue
5858
5959
- name: Save lychee cache
60-
uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
60+
uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6161
if: ! cancelled()
6262
with:
6363
path: .lycheecache

0 commit comments

Comments
 (0)