We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aba446 commit ebde1f9Copy full SHA for ebde1f9
1 file changed
.github/workflows/dotnetcore.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Setup .NET Core
17
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v1.2.*
18
with:
19
dotnet-version: 6.0
20
- name: Install dependencies
0 commit comments