Skip to content

Commit 26f37e3

Browse files
fix(github-action): update actions/cache action to v3.2.5
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v3.2.4 | v3.2.5 |
1 parent 17d9fe1 commit 26f37e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
1616

1717
- name: Restore lychee cache
18-
uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 # v3.2.4
18+
uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 # v3.2.5
1919
with:
2020
path: .lycheecache
2121
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)