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:
101
101
run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
102
102
103
103
- name : Git Setup LFS Cache
104
- uses : actions/cache@v2
104
+ uses : actions/cache@v4
105
105
id : lfs-cache
106
106
with :
107
107
path : .git/lfs
@@ -114,7 +114,7 @@ jobs:
114
114
uses : NuGet/setup-nuget@v1
115
115
116
116
- name : NuGet Setup Cache
117
- uses : actions/cache@v2
117
+ uses : actions/cache@v4
118
118
id : nuget-cache
119
119
with :
120
120
path : ~/.nuget
Original file line number Diff line number Diff line change 34
34
run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
35
35
36
36
- name : Git Setup LFS Cache
37
- uses : actions/cache@v2
37
+ uses : actions/cache@v4
38
38
id : lfs-cache
39
39
with :
40
40
path : .git/lfs
You can’t perform that action at this time.
0 commit comments