Skip to content

Commit fb2c5b9

Browse files
committed
Bump dotnet SDK version for github actions "test" workflow.
1 parent fd050bd commit fb2c5b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
with:
2929
channel: stable
3030
flutter-version: 3.24.3
31-
- name: Setup .NET 8.x
32-
uses: actions/setup-dotnet@v3
31+
- name: Setup .NET SDK
32+
uses: actions/setup-dotnet@v4
3333
with:
34-
dotnet-version: '8.x'
34+
dotnet-version: '9.x'
3535
- uses: actions-rs/toolchain@v1
3636
with:
3737
toolchain: stable

0 commit comments

Comments
 (0)