Skip to content

Commit 18fc3d4

Browse files
committed
chore: update flutter version to 3.35.x in gh action workflows
1 parent 84dbf91 commit 18fc3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: subosito/flutter-action@v2
4040
with:
4141
channel: "stable"
42-
flutter-version: 3.25.x
42+
flutter-version: 3.35.x
4343

4444
# Get flutter dependencies.
4545
- run: flutter pub get

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: subosito/flutter-action@v2
1919
with:
2020
channel: "stable"
21-
flutter-version: 3.25.x
21+
flutter-version: 3.35.x
2222

2323
# Get flutter dependencies.
2424
- run: flutter pub get

0 commit comments

Comments
 (0)