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 52c64a2 + 378fc19 commit eee867dCopy full SHA for eee867d
1 file changed
.github/workflows/validate-links-on-push-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Restore lychee cache
17
id: restore-cache
18
- uses: actions/cache/restore@v5.0.4
+ uses: actions/cache/restore@v5.0.5
19
with:
20
path: .lycheecache
21
key: cache-lychee-${{ github.sha }}
@@ -35,7 +35,7 @@ jobs:
35
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
37
- name: Save lychee cache
38
- uses: actions/cache/save@v5.0.4
+ uses: actions/cache/save@v5.0.5
39
if: always()
40
41
0 commit comments