Skip to content

Commit 942f324

Browse files
Bump actions/cache from 4 to 5 (#319)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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 79de881 commit 942f324

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@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: .lycheecache
2121
key: cache-lychee-${{ github.sha }}

0 commit comments

Comments
 (0)