fixing dotnet action version
This commit is contained in:
parent
5f63020eb3
commit
f47660fcc3
|
@ -16,7 +16,7 @@ jobs:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|
||||||
- name: Setup dotnet
|
- name: Setup dotnet
|
||||||
uses: actions/setup-dotnet@v2
|
uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: "3.x"
|
dotnet-version: "3.x"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue