Skip to content

Commit a05cc27

Browse files
Update flutter and dart versions in workflows
1 parent 78ab0cc commit a05cc27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: subosito/flutter-action@v2
2020
with:
21-
flutter-version: "3.22.0"
21+
flutter-version: "3.27.2"
2222

2323
- name: Install Melos
2424
run: dart pub global activate melos

.github/workflows/coverage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ jobs:
2121
- name: Setup Dart SDK
2222
uses: dart-lang/setup-dart@v1.6.5
2323
with:
24-
sdk: "3.4.0"
24+
sdk: "3.6.1"
2525
- name: Setup Flutter
2626
uses: subosito/flutter-action@v2
2727
with:
28-
flutter-version: "3.22.0"
28+
flutter-version: "3.27.2"
2929

3030
- name: Install Melos
3131
run: dart pub global activate melos

0 commit comments

Comments
 (0)