Skip to content

Commit 0d79df2

Browse files
authored
Merge pull request #145 from awesome-scripts/dependabot/github_actions/actions/cache-6.1.0
Bump actions/cache from 6.0.0 to 6.1.0
2 parents b65e31b + a0b0ebe commit 0d79df2

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@v6.0.0
23+
uses: actions/cache/restore@v6.1.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@v6.0.0
44+
uses: actions/cache/save@v6.1.0
4545
if: always()
4646
with:
4747
path: .lycheecache

0 commit comments

Comments
 (0)