Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCanape committed Aug 10, 2024
1 parent 0ff92e2 commit b7b28ab
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.22.0'
flutter-version: '3.24.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.22.0'
flutter-version: '3.24.0'
channel: 'stable'
- name: Flutter doctor
run: flutter doctor
Expand Down

0 comments on commit b7b28ab

Please sign in to comment.