Skip to content

Commit 8c19000

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 d9f975a commit 8c19000

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
@@ -62,7 +62,7 @@ jobs:
6262
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
6363

6464
- name: Restore LFS cache
65-
uses: actions/cache@v2
65+
uses: actions/cache@v3
6666
id: lfs-cache
6767
with:
6868
path: .git/lfs
@@ -83,7 +83,7 @@ jobs:
8383
git submodule -q update --init --recursive
8484
8585
- name: Setup NuGet Cache
86-
uses: actions/cache@v2
86+
uses: actions/cache@v3
8787
id: nuget-cache
8888
with:
8989
path: ~/.nuget

0 commit comments

Comments
 (0)