Skip to content

Commit 1ff5627

Browse files
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 cf86a97 commit 1ff5627

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

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

7070
- name: Git Setup LFS Cache
71-
uses: actions/cache@v2
71+
uses: actions/cache@v3
7272
id: lfs-cache
7373
with:
7474
path: .git/lfs
@@ -81,7 +81,7 @@ jobs:
8181
uses: NuGet/setup-nuget@v1
8282

8383
- name: NuGet Setup Cache
84-
uses: actions/cache@v2
84+
uses: actions/cache@v3
8585
id: nuget-cache
8686
with:
8787
path: ~/.nuget
@@ -157,7 +157,7 @@ jobs:
157157
uses: NuGet/setup-nuget@v1
158158

159159
- name: NuGet Setup Cache
160-
uses: actions/cache@v2
160+
uses: actions/cache@v3
161161
id: nuget-cache
162162
with:
163163
path: ~/.nuget

.github/workflows/code-coverage.yml

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

3636
- name: Git Setup LFS Cache
37-
uses: actions/cache@v2
37+
uses: actions/cache@v3
3838
id: lfs-cache
3939
with:
4040
path: .git/lfs
@@ -47,7 +47,7 @@ jobs:
4747
uses: NuGet/setup-nuget@v1
4848

4949
- name: NuGet Setup Cache
50-
uses: actions/cache@v2
50+
uses: actions/cache@v3
5151
id: nuget-cache
5252
with:
5353
path: ~/.nuget

0 commit comments

Comments
 (0)