Skip to content

Commit dc30e5d

Browse files
author
Danny McCormick
authored
V1 (#9)
* Consume new tool-cache * Fix tests * V1
1 parent 1acab72 commit dc30e5d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Basic:
1313
```yaml
1414
steps:
1515
- uses: actions/checkout@master
16-
- uses: actions/setup-dotnet@master
16+
- uses: actions/setup-dotnet@v1
1717
with:
1818
version: 2.2.103 // Version to use.
1919
- run: dotnet build <my project>
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@master
3232
- name: Setup dotnet
33-
uses: actions/setup-dotnet@master
33+
uses: actions/setup-dotnet@v1
3434
with:
3535
version: ${{ matrix.dotnet }}
3636
- run: dotnet build <my project>

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "setup-dotnet",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "setup dotnet action",
66
"main": "lib/setup-dotnet.js",

0 commit comments

Comments
 (0)