Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape committed May 15, 2024
1 parent 2368337 commit 734360a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.0'
flutter-version: '3.22.0'
- name: Install dependencies
run: flutter pub get
- name: Generate l10n
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.19.0'
flutter-version: '3.22.0'
channel: 'stable'
- name: Flutter doctor
run: flutter doctor
Expand Down

0 comments on commit 734360a

Please sign in to comment.