Skip to content

Commit c2e72a5

Browse files
Bump actions/cache from 4 to 5 (#859)
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 6d9b87f commit c2e72a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
- name: Restore lychee cache
126126
id: cache-lychee
127-
uses: actions/cache/restore@v4
127+
uses: actions/cache/restore@v5
128128
with:
129129
path: .lycheecache
130130
key: lychee-cache-${{ hashFiles('.lycheecache') }}
@@ -138,7 +138,7 @@ jobs:
138138

139139
- name: Save lychee cache
140140
if: always()
141-
uses: actions/cache/save@v4
141+
uses: actions/cache/save@v5
142142
with:
143143
path: .lycheecache
144144
key: lychee-cache-${{ hashFiles('.lycheecache') }}

0 commit comments

Comments
 (0)