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 ec167af + 2798a40 commit 01607eeCopy full SHA for 01607ee
1 file changed
.github/workflows/build-and-test.yml
@@ -166,14 +166,14 @@ jobs:
166
167
- name: DotNet Setup
168
if: ${{ matrix.options.sdk-preview != true }}
169
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@v6
170
with:
171
dotnet-version: |
172
8.0.x
173
174
- name: DotNet Setup Preview
175
if: ${{ matrix.options.sdk-preview == true }}
176
177
178
179
10.0.x
0 commit comments