Skip to content

Commit

Permalink
chore(deps): update actions/cache digest to d4323d4 in .github/workfl…
Browse files Browse the repository at this point in the history
…ows/test.yml (#283)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 28, 2025
1 parent afdcc32 commit e99ae2e
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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf # 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@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4
uses: actions/cache/save@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
if: always()
with:
path: .lycheecache
Expand Down

0 comments on commit e99ae2e

Please sign in to comment.