Skip to content

Commit fb9fff4

Browse files
feat(github-action): update actions/cache action to v3.3.0
| datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v3.2.6 | v3.3.0 |
1 parent 53eaa59 commit fb9fff4

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@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
18+
uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 # v3.3.0
1919
with:
2020
path: .lycheecache
2121
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)