Skip to content

Commit 2fc2ab7

Browse files
authored
Merge pull request #83 from KudoAI/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.4 to 5.0.5
2 parents 6f99f57 + 24dc4ed commit 2fc2ab7

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Restore lychee cache
2323
id: restore-cache
24-
uses: actions/cache/restore@v5.0.4
24+
uses: actions/cache/restore@v5.0.5
2525
with:
2626
path: .lycheecache
2727
key: cache-lychee-${{ github.sha }}
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141

4242
- name: Save lychee cache
43-
uses: actions/cache/save@v5.0.4
43+
uses: actions/cache/save@v5.0.5
4444
if: always()
4545
with:
4646
path: .lycheecache

0 commit comments

Comments
 (0)