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.
2 parents 4961533 + 0876171 commit a6768ecCopy full SHA for a6768ec
1 file changed
.github/workflows/build-and-test.yml
@@ -54,7 +54,7 @@ jobs:
54
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
55
56
- name: Restore LFS cache
57
- uses: actions/cache@v3
+ uses: actions/cache@v4
58
id: lfs-cache
59
with:
60
path: .git/lfs
@@ -75,7 +75,7 @@ jobs:
75
git submodule -q update --init --recursive
76
77
- name: Setup NuGet Cache
78
79
id: nuget-cache
80
81
path: ~/.nuget
0 commit comments