We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c981ee commit 32d7ea3Copy full SHA for 32d7ea3
.github/workflows/links.yml
@@ -15,14 +15,14 @@ jobs:
15
name: links-check
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19
20
- name: Get Current Timestamp
21
id: timestamp
22
run: echo "TIMESTAMP=$(date +%s)" >> "$GITHUB_ENV"
23
24
- name: Restore lychee cache
25
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
+ uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
26
with:
27
path: .lycheecache
28
key: cache-lychee-${{ env.TIMESTAMP }}
0 commit comments