We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58e49fe + 29459c0 commit a4ecd61Copy full SHA for a4ecd61
.github/workflows/run_build.yml
@@ -23,7 +23,7 @@ jobs:
23
- id: checkout
24
uses: actions/checkout@v5
25
- id: setup-dotnet
26
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
27
with:
28
dotnet-version: "8.0.x"
29
- id: restore-dotnet-dependencies
.github/workflows/run_sonar.yml
@@ -20,7 +20,7 @@ jobs:
20
21
22
- name: Cache SonarCloud packages
0 commit comments