Skip to content

Commit 3242c97

Browse files
ci: bump actions/cache from 5 to 6 (#93)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tom Arra <tarra3@gmail.com>
1 parent 505e4d3 commit 3242c97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/site_link_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v7
1818

1919
- name: 🔄 Restore lychee cache
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
path: .lycheecache
2323
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)