Skip to content

Commit cc2188b

Browse files
author
Akshatji800
committed
fix: Upgrade flutter version in CI workflow
1 parent ea25b0d commit cc2188b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: '12.x'
1818
- uses: subosito/flutter-action@v1
1919
with:
20-
flutter-version: '3.0.0'
20+
flutter-version: '3.3.4'
2121
- run: flutter pub get
2222
# - run: flutter analyze
2323
- run: flutter format -n --set-exit-if-changed .

0 commit comments

Comments
 (0)