Skip to content

Commit

Permalink
feat(github-action): update actions/cache action to v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2025
1 parent 02e6e0c commit 43ea687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Restore lychee cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@387e18722e6ff315b24a3b8b071feddd27b7bf7e # v3.4.2
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down

0 comments on commit 43ea687

Please sign in to comment.