Skip to content

Commit b7b28ab

Browse files
fix actions
1 parent 0ff92e2 commit b7b28ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
java-version: '11'
2020
- uses: subosito/flutter-action@v2
2121
with:
22-
flutter-version: '3.22.0'
22+
flutter-version: '3.24.0'
2323
- name: Install dependencies
2424
run: flutter pub get
2525
- name: Generate l10n
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v3
5555
- uses: subosito/flutter-action@v2
5656
with:
57-
flutter-version: '3.22.0'
57+
flutter-version: '3.24.0'
5858
channel: 'stable'
5959
- name: Flutter doctor
6060
run: flutter doctor

0 commit comments

Comments
 (0)