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.
2 parents a8e13a6 + 51bd8da commit aa336cbCopy full SHA for aa336cb
.github/workflows/sonarcloud.yml
@@ -38,7 +38,7 @@ jobs:
38
distribution: "adopt"
39
java-version: 21
40
- name: Setup .NET
41
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
42
with:
43
dotnet-version: |
44
8.x
.github/workflows/validatePullRequest.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: actions/checkout@v6
25
26
27
28
29
dotnet-version: 6.0.x
30
@@ -64,7 +64,7 @@ jobs:
64
65
66
67
68
69
dotnet-version: 9.x
70
0 commit comments