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 6f99f57 + 24dc4ed commit 2fc2ab7Copy full SHA for 2fc2ab7
1 file changed
.github/workflows/validate-links-on-push-pr.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Restore lychee cache
23
id: restore-cache
24
- uses: actions/cache/restore@v5.0.4
+ uses: actions/cache/restore@v5.0.5
25
with:
26
path: .lycheecache
27
key: cache-lychee-${{ github.sha }}
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
41
42
- name: Save lychee cache
43
- uses: actions/cache/save@v5.0.4
+ uses: actions/cache/save@v5.0.5
44
if: always()
45
46
0 commit comments