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 e35c365 commit c90641aCopy full SHA for c90641a
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
23
24
- name: Setup .NET
25
- uses: actions/setup-dotnet@v2
+ uses: actions/setup-dotnet@v4
26
with:
27
dotnet-version: |
28
9.0.x
.github/workflows/code-coverage.yml
@@ -8,6 +8,12 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v4
11
+ - name: Setup .NET
12
13
+ with:
14
+ dotnet-version: |
15
+ 9.0.x
16
+ 8.0.x
17
18
- name: Download test results
19
uses: actions/download-artifact@v4
0 commit comments