Skip to content

Commit 221e7bc

Browse files
author
Zachary Eisinger
committed
Use v1 tag for setup-dotnet
1 parent 9bdaa47 commit 221e7bc

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
@@ -18,7 +18,7 @@ Basic:
1818
```yaml
1919
steps:
2020
- uses: actions/checkout@main
21-
- uses: actions/setup-dotnet@v1.5.0
21+
- uses: actions/setup-dotnet@v1
2222
with:
2323
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
2424
- run: dotnet build <my project>
@@ -47,7 +47,7 @@ Authentication for nuget feeds:
4747
steps:
4848
- uses: actions/checkout@v2
4949
# Authenticates packages to push to GPR
50-
- uses: actions/setup-dotnet@v1.5.0
50+
- uses: actions/setup-dotnet@v1
5151
with:
5252
dotnet-version: '3.1.x' # SDK Version to use.
5353
source-url: https://nuget.pkg.github.com/<owner>/index.json

0 commit comments

Comments
 (0)