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 53efedb commit 590471dCopy full SHA for 590471d
.github/workflows/ci-build.yml
@@ -35,7 +35,7 @@ jobs:
35
updateProjectFiles: true
36
37
- name: Setup dotnet
38
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
39
with:
40
dotnet-version: '9.0.x'
41
.github/workflows/codeql.yml
@@ -37,7 +37,7 @@ jobs:
build-mode: manual
- name: Setup .NET SDK ${{ env.DOTNET_VERSION }}
42
dotnet-version: ${{ env.DOTNET_VERSION }}
43
0 commit comments