Moved checkout above setup step to align with the other samples (#256)

pull/259/head
Thomas Ardal 4 years ago committed by GitHub
parent f85bcda870
commit 13b852df87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,9 +34,9 @@ Multiple versions:
```yml
steps:
- name: Setup dotnet
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x

Loading…
Cancel
Save