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 8a62355 commit 80ab88aCopy full SHA for 80ab88a
1 file changed
.github/workflows/check_links.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v7
14
- name: Restore lychee cache
15
id: restore-cache
16
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v6
17
with:
18
path: .lycheecache
19
key: cache-lychee-${{ github.run_id }}-${{ github.run_attempt }}
@@ -40,7 +40,7 @@ jobs:
40
--max-concurrency 1
41
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
42
- name: Save lychee cache
43
- uses: actions/cache/save@v5
+ uses: actions/cache/save@v6
44
if: always()
45
46
0 commit comments