Skip to content

Commit

Permalink
bump flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbabeck committed Nov 3, 2023
1 parent a55104f commit 1620b62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8'
flutter-version: '3.13.9'
channel: 'stable'

- name: install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Setup the flutter environment.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.8'
flutter-version: '3.13.9'
channel: 'stable'

- name: install dependencies
Expand Down

0 comments on commit 1620b62

Please sign in to comment.