Skip to content

Commit fe6fe7b

Browse files
committed
build: upgrade flutter version in deploy workflow
1 parent 9cb6198 commit fe6fe7b

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: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: '3.22.x' # Specify the Flutter version you want to use
20+
flutter-version: '3.32.x' # Specify the Flutter version you want to use
2121
channel: 'stable' # Use the stable channel of Flutter
2222

2323
# 3. Get Flutter dependencies

0 commit comments

Comments
 (0)