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.
2 parents b65e31b + a0b0ebe commit 0d79df2Copy full SHA for 0d79df2
1 file changed
.github/workflows/validate-links-on-push-pr.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Restore lychee cache
22
id: restore-cache
23
- uses: actions/cache/restore@v6.0.0
+ uses: actions/cache/restore@v6.1.0
24
with:
25
path: .lycheecache
26
key: cache-lychee-${{ github.sha }}
@@ -41,7 +41,7 @@ jobs:
41
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
42
43
- name: Save lychee cache
44
- uses: actions/cache/save@v6.0.0
+ uses: actions/cache/save@v6.1.0
45
if: always()
46
47
0 commit comments