We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e0053f commit 60ad3a7Copy full SHA for 60ad3a7
.github/workflows/codeql-analysis.yml
@@ -57,7 +57,7 @@ jobs:
57
# queries: ./path/to/local/query, your-org/your-repo/queries@main
58
59
- name: Setup .NET SDK
60
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
61
with:
62
dotnet-version: |
63
6.0.x
.github/workflows/main.yml
@@ -40,7 +40,7 @@ jobs:
40
fetch-depth: 1
41
42
- name: Setup .NET 9 SDK
43
44
45
dotnet-version: 9.0.x
46
include-prerelease: false
.github/workflows/nuget.yml
@@ -33,7 +33,7 @@ jobs:
33
fetch-depth: 10
34
35
36
37
38
39
0 commit comments