Skip to content

Commit 0876171

Browse files
Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5585d1e commit 0876171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
5555

5656
- name: Restore LFS cache
57-
uses: actions/cache@v3
57+
uses: actions/cache@v4
5858
id: lfs-cache
5959
with:
6060
path: .git/lfs
@@ -75,7 +75,7 @@ jobs:
7575
git submodule -q update --init --recursive
7676
7777
- name: Setup NuGet Cache
78-
uses: actions/cache@v3
78+
uses: actions/cache@v4
7979
id: nuget-cache
8080
with:
8181
path: ~/.nuget

0 commit comments

Comments
 (0)