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 276b196 commit af2984fCopy full SHA for af2984f
.github/workflows/ci.yml
@@ -26,13 +26,13 @@ jobs:
26
uses: rlespinasse/github-slug-action@v3.x
27
28
- name: Setup .NET
29
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
30
with:
31
dotnet-version: 8.0.x
32
33
- name: Setup .NET 5 for sonar
34
if: matrix.os == 'windows-latest'
35
36
37
dotnet-version: 5.0.x
38
.github/workflows/release.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Setup .NET Core
58
59
60
61
0 commit comments