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 601b074 + c6df251 commit 3fb38a4Copy full SHA for 3fb38a4
1 file changed
.github/workflows/build-and-test.yml
@@ -107,14 +107,14 @@ jobs:
107
108
- name: DotNet Setup
109
if: ${{ matrix.options.sdk-preview != true }}
110
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
111
with:
112
dotnet-version: |
113
6.0.x
114
115
- name: DotNet Setup Preview
116
if: ${{ matrix.options.sdk-preview == true }}
117
118
119
120
7.0.x
0 commit comments