Skip to content

Commit 30e5d32

Browse files
committed
fix workflow version
1 parent 18e208a commit 30e5d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v1
1616
- name: Setup .Net Core
17-
uses: actions/setup-dotnet
17+
uses: actions/setup-dotnet@v1
1818
with:
1919
dotnet-version: ${{matrix.dotnet}}
2020
- name: Restore tools

0 commit comments

Comments
 (0)