Skip to content

Commit

Permalink
chore: upgrade Flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
daniele-athome committed Feb 14, 2024
1 parent 3b58903 commit 5827de2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
flutter_version: '3.16.5'
flutter_version: '3.16.9'

jobs:
test-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
flutter_version: '3.16.5'
flutter_version: '3.16.9'

jobs:
# Since Fastlane also builds, there is no way to split jobs without sacrificing build time
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
flutter_version: '3.16.5'
flutter_version: '3.16.9'

jobs:
test-build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
flutter_version: '3.16.5'
flutter_version: '3.16.9'

jobs:
test-build:
Expand Down

0 comments on commit 5827de2

Please sign in to comment.