File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
6868
6969 - name : Git Setup LFS Cache
70- uses : actions/cache@v3
70+ uses : actions/cache@v4
7171 id : lfs-cache
7272 with :
7373 path : .git/lfs
8080 uses : NuGet/setup-nuget@v1
8181
8282 - name : NuGet Setup Cache
83- uses : actions/cache@v3
83+ uses : actions/cache@v4
8484 id : nuget-cache
8585 with :
8686 path : ~/.nuget
@@ -162,7 +162,7 @@ jobs:
162162 uses : NuGet/setup-nuget@v1
163163
164164 - name : NuGet Setup Cache
165- uses : actions/cache@v3
165+ uses : actions/cache@v4
166166 id : nuget-cache
167167 with :
168168 path : ~/.nuget
Original file line number Diff line number Diff line change 3434 run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
3535
3636 - name : Git Setup LFS Cache
37- uses : actions/cache@v3
37+ uses : actions/cache@v4
3838 id : lfs-cache
3939 with :
4040 path : .git/lfs
4747 uses : NuGet/setup-nuget@v1
4848
4949 - name : NuGet Setup Cache
50- uses : actions/cache@v3
50+ uses : actions/cache@v4
5151 id : nuget-cache
5252 with :
5353 path : ~/.nuget
You can’t perform that action at this time.
0 commit comments