Moved checkout above setup step to align with the other samples

This commit is contained in:
Thomas Ardal 2021-12-06 13:44:20 +01:00 committed by GitHub
parent 499789684c
commit dba1352254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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