Skip to content

Commit

Permalink
fix(github-action): update actions/cache action to v3.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 4, 2023
1 parent b3fb027 commit 1c06c16
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- name: Restore lychee cache
uses: actions/cache@58c146cc91c5b9e778e71775dfe9bf1442ad9a12 # v3.2.3
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
with:
path: .lycheecache
key: cache-lychee-${{ github.sha }}
Expand Down

0 comments on commit 1c06c16

Please sign in to comment.