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 9d42aca commit 0917427Copy full SHA for 0917427
.github/workflows/link-checker-prs.yml
@@ -29,7 +29,7 @@ jobs:
29
echo "MARKDOWN_FILES=$md_files" >> $GITHUB_ENV
30
31
- name: Restore lychee cache
32
- uses: actions/cache@v4
+ uses: actions/cache@v5
33
with:
34
path: .lycheecache
35
key: cache-lychee-${{ github.sha }}
.github/workflows/link-checker.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v6
19
20
21
22
23
24
0 commit comments