Skip to content

Commit 7ae4f50

Browse files
authored
Update Flutter version in deploy workflow
1 parent f22c57b commit 7ae4f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: "3.19.0"
20+
flutter-version: "3.35.3"
2121

2222
- name: Install dependencies
2323
run: flutter pub get

0 commit comments

Comments
 (0)