Skip to content

Commit fea39ec

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 5b9a639 commit fea39ec

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