File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
102102
103103 - name : Git Setup LFS Cache
104- uses : actions/cache@v2
104+ uses : actions/cache@v4
105105 id : lfs-cache
106106 with :
107107 path : .git/lfs
@@ -114,7 +114,7 @@ jobs:
114114 uses : NuGet/setup-nuget@v1
115115
116116 - name : NuGet Setup Cache
117- uses : actions/cache@v2
117+ uses : actions/cache@v4
118118 id : nuget-cache
119119 with :
120120 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@v2
37+ uses : actions/cache@v4
3838 id : lfs-cache
3939 with :
4040 path : .git/lfs
You can’t perform that action at this time.
0 commit comments