We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f975a commit 8c19000Copy full SHA for 8c19000
.github/workflows/build-and-test.yml
@@ -62,7 +62,7 @@ jobs:
62
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
63
64
- name: Restore LFS cache
65
- uses: actions/cache@v2
+ uses: actions/cache@v3
66
id: lfs-cache
67
with:
68
path: .git/lfs
@@ -83,7 +83,7 @@ jobs:
83
git submodule -q update --init --recursive
84
85
- name: Setup NuGet Cache
86
87
id: nuget-cache
88
89
path: ~/.nuget
0 commit comments