Skip to content

Commit e747777

Browse files
Bump actions/cache from 5 to 6 (#340)
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>
1 parent 39066c6 commit e747777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Test cache
1616
steps:
1717
- name: Restore lychee cache
18-
uses: actions/cache@v5
18+
uses: actions/cache@v6
1919
with:
2020
path: .lycheecache
2121
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)