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 3d96527 + 6983449 commit 05e6aceCopy full SHA for 05e6ace
.github/workflows/build-and-test.yml
@@ -85,7 +85,7 @@ jobs:
85
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
86
87
- name: Git Setup LFS Cache
88
- uses: actions/cache@v3
+ uses: actions/cache@v4
89
id: lfs-cache
90
with:
91
path: .git/lfs
@@ -98,7 +98,7 @@ jobs:
98
uses: NuGet/setup-nuget@v1
99
100
- name: NuGet Setup Cache
101
102
id: nuget-cache
103
104
path: ~/.nuget
@@ -187,7 +187,7 @@ jobs:
187
188
189
190
191
192
193
0 commit comments