1
0
Fork 0
mirror of synced 2026-06-05 12:24:04 +00:00

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

This commit is contained in:
Thomas Ardal 2021-12-28 13:37:44 +01:00 committed by GitHub
commit 13b852df87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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