We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a3047 commit cb31495Copy full SHA for cb31495
1 file changed
.github/workflows/link-checker.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Restore lychee cache
29
id: restore-cache
30
- uses: actions/cache/restore@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
31
with:
32
path: .lycheecache
33
key: cache-lychee-${{ github.sha }}
@@ -57,7 +57,7 @@ jobs:
57
automated issue
58
59
- name: Save lychee cache
60
- uses: actions/cache/save@caa296126883cff596d87d8935842f9db880ef25 # v5.1.0
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
61
if: ! cancelled()
62
63
0 commit comments