Skip to content

Commit 378fc19

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 52c64a2 commit 378fc19

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)