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 0999890 + 7d4f5cc commit fb3d10eCopy full SHA for fb3d10e
1 file changed
.github/workflows/build-and-test.yml
@@ -48,7 +48,7 @@ jobs:
48
run: git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
49
50
- name: Restore LFS cache
51
- uses: actions/cache@v4
+ uses: actions/cache@v5
52
id: lfs-cache
53
with:
54
path: .git/lfs
@@ -61,7 +61,7 @@ jobs:
61
uses: NuGet/setup-nuget@v2
62
63
- name: Setup NuGet Cache
64
65
id: nuget-cache
66
67
path: ~/.nuget
0 commit comments