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 101ff59 + 69e5263 commit de1d6f5Copy full SHA for de1d6f5
2 files changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/setup-python@v6
14
with:
15
python-version: '3.12'
16
- - uses: actions/cache@v5
+ - uses: actions/cache@v6
17
18
key: ${{ github.ref }}
19
path: .cache
.github/workflows/links.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Restore lychee cache
24
id: restore-cache
25
- uses: actions/cache/restore@v5
+ uses: actions/cache/restore@v6
26
27
path: .lycheecache
28
key: cache-lychee-${{ github.sha }}
@@ -36,7 +36,7 @@ jobs:
36
fail: false
37
38
- name: Save lychee cache
39
- uses: actions/cache/save@v5
+ uses: actions/cache/save@v6
40
if: always()
41
42
0 commit comments