Skip to content

Commit

Permalink
chore: flutter upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
andychucs committed Dec 16, 2023
1 parent a9a4378 commit eb55e68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
distribution: temurin
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.0'
flutter-version: '3.16.4'
- run: flutter pub get

- name: dart run build_runner
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: temurin
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.0'
flutter-version: '3.16.4'
- run: flutter doctor -v
- run: flutter pub get

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
distribution: temurin
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.16.0'
flutter-version: '3.16.4'

# Uncomment this step to verify the use of 'dart format' on each commit.
# - name: Verify formatting
Expand Down

0 comments on commit eb55e68

Please sign in to comment.