File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 67
67
run : git lfs ls-files -l | cut -d' ' -f1 | sort > .lfs-assets-id
68
68
69
69
- name : Git Setup LFS Cache
70
- uses : actions/cache@v3
70
+ uses : actions/cache@v4
71
71
id : lfs-cache
72
72
with :
73
73
path : .git/lfs
80
80
uses : NuGet/setup-nuget@v1
81
81
82
82
- name : NuGet Setup Cache
83
- uses : actions/cache@v3
83
+ uses : actions/cache@v4
84
84
id : nuget-cache
85
85
with :
86
86
path : ~/.nuget
@@ -162,7 +162,7 @@ jobs:
162
162
uses : NuGet/setup-nuget@v1
163
163
164
164
- name : NuGet Setup Cache
165
- uses : actions/cache@v3
165
+ uses : actions/cache@v4
166
166
id : nuget-cache
167
167
with :
168
168
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@v3
37
+ uses : actions/cache@v4
38
38
id : lfs-cache
39
39
with :
40
40
path : .git/lfs
47
47
uses : NuGet/setup-nuget@v1
48
48
49
49
- name : NuGet Setup Cache
50
- uses : actions/cache@v3
50
+ uses : actions/cache@v4
51
51
id : nuget-cache
52
52
with :
53
53
path : ~/.nuget
You can’t perform that action at this time.
0 commit comments