There was an error while loading. Please reload this page.
2 parents aba0a93 + e69e2fa commit 69abac1Copy full SHA for 69abac1
1 file changed
.github/workflows/build-and-test.yml
@@ -151,14 +151,14 @@ jobs:
151
152
- name: DotNet Setup
153
if: ${{ matrix.options.sdk-preview != true }}
154
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@v6
155
with:
156
dotnet-version: |
157
8.0.x
158
159
- name: DotNet Setup Preview
160
if: ${{ matrix.options.sdk-preview == true }}
161
162
163
164
10.0.x
0 commit comments