Skip to content

Commit c1f469b

Browse files
dependabot[bot]dlemstra
authored andcommitted
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3) --- 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 aa2c67b commit c1f469b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

7878
- name: Git Setup LFS Cache
79-
uses: actions/cache@v2
79+
uses: actions/cache@v3
8080
id: lfs-cache
8181
with:
8282
path: .git/lfs
@@ -89,7 +89,7 @@ jobs:
8989
uses: NuGet/setup-nuget@v1
9090

9191
- name: NuGet Setup Cache
92-
uses: actions/cache@v2
92+
uses: actions/cache@v3
9393
id: nuget-cache
9494
with:
9595
path: ~/.nuget
@@ -176,7 +176,7 @@ jobs:
176176
uses: NuGet/setup-nuget@v1
177177

178178
- name: NuGet Setup Cache
179-
uses: actions/cache@v2
179+
uses: actions/cache@v3
180180
id: nuget-cache
181181
with:
182182
path: ~/.nuget

0 commit comments

Comments
 (0)