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:
175175 permissions :
176176 contents : read
177177 steps :
178- - name : Git checkout
179- uses : actions/checkout@v4
180178 - name : Setup .NET
181179 uses : actions/setup-dotnet@v3
182180 with :
183181 dotnet-version : 6.0.x
182+ - name : Git checkout
183+ uses : actions/checkout@v4
184184 - name : Restore tools
185185 run : |
186186 dotnet tool restore
@@ -226,14 +226,14 @@ jobs:
226226 permissions :
227227 contents : read
228228 steps :
229- - name : Git checkout
230- uses : actions/checkout@v4
231- with :
232- fetch-depth : 2
233229 - name : Setup .NET
234230 uses : actions/setup-dotnet@v3
235231 with :
236232 dotnet-version : 6.0.x
233+ - name : Git checkout
234+ uses : actions/checkout@v4
235+ with :
236+ fetch-depth : 2
237237 - name : Restore tools
238238 run : |
239239 dotnet tool restore
You can’t perform that action at this time.
0 commit comments