We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba2ec1 commit 8497c1eCopy full SHA for 8497c1e
.github/workflows/url-check-on-change.yml
@@ -21,7 +21,7 @@ jobs:
21
persist-credentials: false
22
23
- name: Restore lychee cache
24
- uses: actions/cache@v4
+ uses: actions/cache@v5
25
with:
26
path: .lycheecache
27
key: cache-lychee-${{ github.sha }}
.github/workflows/url-check-periodic.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
0 commit comments