Skip to content

Commit 13b852d

Browse files
authored
Moved checkout above setup step to align with the other samples (#256)
1 parent f85bcda commit 13b852d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Multiple versions:
3434

3535
```yml
3636
steps:
37-
- name: Setup dotnet
3837
- uses: actions/checkout@v2
39-
- uses: actions/setup-dotnet@v1
38+
- name: Setup dotnet
39+
uses: actions/setup-dotnet@v1
4040
with:
4141
dotnet-version: |
4242
3.1.x

0 commit comments

Comments
 (0)