We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09396a1 commit 853dd66Copy full SHA for 853dd66
.github/workflows/links.yml
@@ -22,7 +22,7 @@ jobs:
22
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"
23
24
- name: Restore lychee cache
25
- uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
+ uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
26
with:
27
path: .lycheecache
28
key: cache-lychee-${{ env.TIMESTAMP }}
0 commit comments