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 5119311 + 75b9d88 commit 3fd0d70Copy full SHA for 3fd0d70
.github/workflows/build-and-test.yml
@@ -89,14 +89,14 @@ jobs:
89
90
- name: DotNet Setup
91
if: ${{ matrix.options.sdk-preview != true }}
92
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
93
with:
94
dotnet-version: |
95
8.0.x
96
97
- name: DotNet Setup Preview
98
if: ${{ matrix.options.sdk-preview == true }}
99
100
101
102
.github/workflows/code-coverage.yml
@@ -55,7 +55,7 @@ jobs:
55
restore-keys: ${{ runner.os }}-nuget-
56
57
58
59
60
61
0 commit comments