Skip to content

Commit

Permalink
Moved checkout above setup step to align with the other samples (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal authored Dec 28, 2021
1 parent f85bcda commit 13b852d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13b852d

Please sign in to comment.