Skip to content

Commit b65e31b

Browse files
authored
Merge pull request #144 from awesome-scripts/dependabot/github_actions/actions/cache-6.0.0
Bump actions/cache from 5.0.5 to 6.0.0
2 parents 59dd673 + a8e8b71 commit b65e31b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate-links-on-push-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Restore lychee cache
2222
id: restore-cache
23-
uses: actions/cache/restore@v5.0.5
23+
uses: actions/cache/restore@v6.0.0
2424
with:
2525
path: .lycheecache
2626
key: cache-lychee-${{ github.sha }}
@@ -41,7 +41,7 @@ jobs:
4141
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4242

4343
- name: Save lychee cache
44-
uses: actions/cache/save@v5.0.5
44+
uses: actions/cache/save@v6.0.0
4545
if: always()
4646
with:
4747
path: .lycheecache

0 commit comments

Comments
 (0)