Skip to content

Commit c54f6c9

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] <support@github.com>
1 parent 99de2eb commit c54f6c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

6262
- name: Git Setup LFS Cache
63-
uses: actions/cache@v2
63+
uses: actions/cache@v3
6464
id: lfs-cache
6565
with:
6666
path: .git/lfs
@@ -73,7 +73,7 @@ jobs:
7373
uses: NuGet/setup-nuget@v1
7474

7575
- name: NuGet Setup Cache
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3
7777
id: nuget-cache
7878
with:
7979
path: ~/.nuget
@@ -139,7 +139,7 @@ jobs:
139139
uses: NuGet/setup-nuget@v1
140140

141141
- name: NuGet Setup Cache
142-
uses: actions/cache@v2
142+
uses: actions/cache@v3
143143
id: nuget-cache
144144
with:
145145
path: ~/.nuget

0 commit comments

Comments
 (0)