File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -175,12 +175,12 @@ jobs:
175
175
permissions :
176
176
contents : read
177
177
steps :
178
- - name : Git checkout
179
- uses : actions/checkout@v4
180
178
- name : Setup .NET
181
179
uses : actions/setup-dotnet@v3
182
180
with :
183
181
dotnet-version : 6.0.x
182
+ - name : Git checkout
183
+ uses : actions/checkout@v4
184
184
- name : Restore tools
185
185
run : |
186
186
dotnet tool restore
@@ -226,14 +226,14 @@ jobs:
226
226
permissions :
227
227
contents : read
228
228
steps :
229
- - name : Git checkout
230
- uses : actions/checkout@v4
231
- with :
232
- fetch-depth : 2
233
229
- name : Setup .NET
234
230
uses : actions/setup-dotnet@v3
235
231
with :
236
232
dotnet-version : 6.0.x
233
+ - name : Git checkout
234
+ uses : actions/checkout@v4
235
+ with :
236
+ fetch-depth : 2
237
237
- name : Restore tools
238
238
run : |
239
239
dotnet tool restore
You can’t perform that action at this time.
0 commit comments