Skip to content

Commit 0fe848c

Browse files
Bump actions/cache from 4 to 5
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] <[email protected]>
1 parent 5a84e29 commit 0fe848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
4242

4343
- name: Restore LFS cache
44-
uses: actions/cache@v4
44+
uses: actions/cache@v5
4545
id: lfs-cache
4646
with:
4747
path: .git/lfs

0 commit comments

Comments
 (0)