We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b9a639 + fea39ec commit 33470b1Copy full SHA for 33470b1
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@v5.0.4
+ uses: actions/cache/restore@v5.0.5
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@v5.0.4
+ uses: actions/cache/save@v5.0.5
45
if: always()
46
47
0 commit comments