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 178829e commit f30118eCopy full SHA for f30118e
1 file changed
.github/workflows/check-links.yml
@@ -25,7 +25,7 @@ jobs:
25
# temporary (rate limiting, network issue, etc.), and we always want to retry those links
26
# everytime this action is run.
27
- name: Restore lychee cache
28
- uses: actions/cache@v5
+ uses: actions/cache@v6
29
with:
30
path: .lycheecache
31
key: cache-lychee-${{ github.sha }}
0 commit comments