Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to 6849a64 in .github/workfl…
Browse files Browse the repository at this point in the history
…ows/test.yml
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 2cf1602 commit 42803ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Restore lychee cache
id: restore-cache
uses: actions/cache/restore@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
uses: actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand All @@ -78,7 +78,7 @@ jobs:
labels: report, automated issue

- name: Save lychee cache
uses: actions/cache/save@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4
uses: actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4
if: always()
with:
path: .lycheecache
Expand Down

0 comments on commit 42803ab

Please sign in to comment.