Skip to content

Commit

Permalink
Bump flutter from 3.16.3 to 3.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lomirus committed May 5, 2024
1 parent 77a59ee commit 9a08deb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
java-version: '17'
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.19.6'
channel: 'stable'
- run: flutter pub get
- run: dart run build_runner build
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.19.6'
channel: 'stable'
- run: flutter pub get
- run: dart run build_runner build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.3'
flutter-version: '3.19.6'
channel: 'stable'
- run: flutter pub get
- run: dart run build_runner build
Expand Down

0 comments on commit 9a08deb

Please sign in to comment.