Skip to content

Commit 24dc4ed

Browse files
Bump actions/cache from 5.0.4 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.4 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6f99f57 commit 24dc4ed

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
@@ -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)