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 4d0852c commit 8f13498Copy full SHA for 8f13498
.github/workflows/ci-code.yml
@@ -28,7 +28,7 @@ jobs:
28
29
# Install .NET
30
- name: Install .NET
31
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
32
with:
33
dotnet-version: ${{ env.dotnetVersion }}
34
@@ -55,7 +55,7 @@ jobs:
55
uses: actions/checkout@v4
56
57
58
59
60
61
.github/workflows/codeql-analysis.yml
@@ -23,7 +23,7 @@ jobs:
23
fetch-depth: 2
24
25
# Install .NET 8
26
- - uses: actions/setup-dotnet@v4
+ - uses: actions/setup-dotnet@v5
27
dotnet-version: '8.0.x'
0 commit comments