Skip to content

Commit 33470b1

Browse files
authored
Merge pull request #135 from awesome-scripts/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.4 to 5.0.5
2 parents 5b9a639 + fea39ec commit 33470b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)