Skip to content

Commit eee867d

Browse files
authored
Merge pull request #227 from adamlui/dependabot/github_actions/actions/cache-5.0.5
Bump actions/cache from 5.0.4 to 5.0.5
2 parents 52c64a2 + 378fc19 commit eee867d

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
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Restore lychee cache
1717
id: restore-cache
18-
uses: actions/cache/restore@v5.0.4
18+
uses: actions/cache/restore@v5.0.5
1919
with:
2020
path: .lycheecache
2121
key: cache-lychee-${{ github.sha }}
@@ -35,7 +35,7 @@ jobs:
3535
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3636

3737
- name: Save lychee cache
38-
uses: actions/cache/save@v5.0.4
38+
uses: actions/cache/save@v5.0.5
3939
if: always()
4040
with:
4141
path: .lycheecache

0 commit comments

Comments
 (0)