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 3100541 + 7d86130 commit d1968d6Copy full SHA for d1968d6
1 file changed
.github/workflows/build-and-test.yml
@@ -135,14 +135,14 @@ jobs:
135
136
- name: DotNet Setup
137
if: ${{ matrix.options.sdk-preview != true }}
138
- uses: actions/setup-dotnet@v5
+ uses: actions/setup-dotnet@v6
139
with:
140
dotnet-version: |
141
8.0.x
142
143
- name: DotNet Setup Preview
144
if: ${{ matrix.options.sdk-preview == true }}
145
146
147
148
10.0.x
0 commit comments