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 643fb56 commit 7ee09fdCopy full SHA for 7ee09fd
.github/workflows/compiler.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Set up .NET 6.0 SDK
23
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
24
with:
25
dotnet-version: '6.0.x'
26
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
- name: Set up .NET SDK
30
31
32
dotnet-version: |
33
6.0.x
.github/workflows/sdk.yml
@@ -26,7 +26,7 @@ jobs:
0 commit comments