Skip to content

Commit 6fafa80

Browse files
committed
config(): upgrade flutter version to 3.3.3 for github actions
1 parent 6b0395b commit 6fafa80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
java-version: "12.x"
1717
- uses: subosito/flutter-action@v1
1818
with:
19-
flutter-version: "3.3.2"
19+
flutter-version: "3.3.3"
2020
- run: flutter pub get
2121
- run: flutter analyze

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: "12.x"
1717
- uses: subosito/flutter-action@v1
1818
with:
19-
flutter-version: "3.3.2"
19+
flutter-version: "3.3.3"
2020
- run: flutter pub get
2121
- run: flutter analyze
2222

@@ -31,7 +31,7 @@ jobs:
3131
java-version: "12.x"
3232
- uses: subosito/flutter-action@v1
3333
with:
34-
flutter-version: "3.3.2"
34+
flutter-version: "3.3.3"
3535
- run: flutter pub get
3636
- run: flutter build apk --target-platform android-arm,android-arm64 --dart-define="lambiengcode=PRODUCTION" --release -v
3737
- name: Create a Release APK

0 commit comments

Comments
 (0)