Skip to content

Commit cb8f630

Browse files
committed
Swap order of steps
1 parent 8738b72 commit cb8f630

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)