Skip to content

Commit 80ab88a

Browse files
Bump actions/cache from 5 to 6 (#533)
1 parent 8a62355 commit 80ab88a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v7
1414
- name: Restore lychee cache
1515
id: restore-cache
16-
uses: actions/cache/restore@v5
16+
uses: actions/cache/restore@v6
1717
with:
1818
path: .lycheecache
1919
key: cache-lychee-${{ github.run_id }}-${{ github.run_attempt }}
@@ -40,7 +40,7 @@ jobs:
4040
--max-concurrency 1
4141
'./**/*.md' './**/*.html' './**/*.rst' './**/*.cpp' './**/*.h' './**/*.py'
4242
- name: Save lychee cache
43-
uses: actions/cache/save@v5
43+
uses: actions/cache/save@v6
4444
if: always()
4545
with:
4646
path: .lycheecache

0 commit comments

Comments
 (0)