Skip to content

Commit

Permalink
Use v1 tag for setup-dotnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Eisinger committed Aug 28, 2020
1 parent 9bdaa47 commit 221e7bc
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 @@ -18,7 +18,7 @@ Basic:
```yaml
steps:
- uses: actions/checkout@main
- uses: actions/setup-dotnet@v1.5.0
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
- run: dotnet build <my project>
Expand Down Expand Up @@ -47,7 +47,7 @@ Authentication for nuget feeds:
steps:
- uses: actions/checkout@v2
# Authenticates packages to push to GPR
- uses: actions/setup-dotnet@v1.5.0
- uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.x' # SDK Version to use.
source-url: https://nuget.pkg.github.com/<owner>/index.json
Expand Down

0 comments on commit 221e7bc

Please sign in to comment.