We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e208a commit 30e5d32Copy full SHA for 30e5d32
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v1
16
- name: Setup .Net Core
17
- uses: actions/setup-dotnet
+ uses: actions/setup-dotnet@v1
18
with:
19
dotnet-version: ${{matrix.dotnet}}
20
- name: Restore tools
0 commit comments