We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738b72 commit cb8f630Copy full SHA for cb8f630
.github/workflows/build.yml
@@ -175,12 +175,12 @@ jobs:
175
permissions:
176
contents: read
177
steps:
178
- - name: Git checkout
179
- uses: actions/checkout@v4
180
- name: Setup .NET
181
uses: actions/setup-dotnet@v3
182
with:
183
dotnet-version: 6.0.x
+ - name: Git checkout
+ uses: actions/checkout@v4
184
- name: Restore tools
185
run: |
186
dotnet tool restore
@@ -226,14 +226,14 @@ jobs:
226
227
228
229
230
231
- with:
232
- fetch-depth: 2
233
234
235
236
+ with:
+ fetch-depth: 2
237
238
239
0 commit comments