Skip to content

Commit c90641a

Browse files
committed
Ensuring .NET SDK is installed
1 parent e35c365 commit c90641a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
2323

2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v2
25+
uses: actions/setup-dotnet@v4
2626
with:
2727
dotnet-version: |
2828
9.0.x

.github/workflows/code-coverage.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
- name: Setup .NET
12+
uses: actions/setup-dotnet@v4
13+
with:
14+
dotnet-version: |
15+
9.0.x
16+
8.0.x
1117
1218
- name: Download test results
1319
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)