Skip to content

Commit

Permalink
update action versions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
omsmith committed Apr 12, 2022
1 parent ceb5122 commit c718d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -54,8 +54,8 @@ steps:
global.json in a subdirectory:
```yml
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
with:
global-json-file: csharp/global.json
- run: dotnet build <my project>
Expand Down

0 comments on commit c718d55

Please sign in to comment.