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 a3f306c + 740bc0b commit a066754Copy full SHA for a066754
.github/workflows/build-and-test.yml
@@ -63,7 +63,7 @@ jobs:
63
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
64
65
- name: Git Setup LFS Cache
66
- uses: actions/cache@v3
+ uses: actions/cache@v4
67
id: lfs-cache
68
with:
69
path: .git/lfs
@@ -76,7 +76,7 @@ jobs:
76
uses: NuGet/setup-nuget@v1
77
78
- name: NuGet Setup Cache
79
80
id: nuget-cache
81
82
path: ~/.nuget
@@ -178,7 +178,7 @@ jobs:
178
179
180
181
182
183
184
0 commit comments