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 4abb457 commit 7857165Copy full SHA for 7857165
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Setup .NET Core
17
- uses: actions/setup-dotnet@v4.3
+ uses: actions/setup-dotnet@v4
18
with:
19
dotnet-version: ${{ matrix.dotnet }}
20
- name: Install local tools
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
ref: ${{ github.head_ref }}
21
- uses: actions/setup-dotnet@4.3
22
23
24
- name: Restore tools
0 commit comments