We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4953578 commit a71bcc0Copy full SHA for a71bcc0
.github/workflows/lychee.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
24
- name: "📤 Restore cache"
25
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
+ uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
26
with:
27
path: .lycheecache
28
key: cache-lychee-${{ github.sha }}
0 commit comments