We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 43f03f3 + 4f60d05 commit f9032dcCopy full SHA for f9032dc
3 files changed
.github/workflows/codeql.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Setup .NET
30
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
31
with:
32
dotnet-version: '10.0.x'
33
.github/workflows/dotnet.yml
@@ -35,7 +35,7 @@ jobs:
35
steps:
36
- uses: actions/checkout@v2
37
- name: Setup .NET Core
38
- uses: actions/setup-dotnet@v1
39
40
dotnet-version: ${{ env.DOTNET_VERSION }}
41
.github/workflows/sonar.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: windows-latest
13
14
15
16
17
dotnet-version: 6.0.x
18
0 commit comments