Skip to content

Commit

Permalink
chore: upgrade flutter 3.24.5 (#509)
Browse files Browse the repository at this point in the history
* chore: use flutter 3.24.5

* chore: bump version to 4.1.2
  • Loading branch information
2paperstar authored Nov 14, 2024
1 parent 8252d04 commit 0adf3f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: subosito/flutter-action@v2
if: env.run == 'true'
with:
flutter-version: '3.24.1'
flutter-version: '3.24.5'
channel: 'stable'
cache: true
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- uses: subosito/flutter-action@v2
with:
flutter-version: '3.24.1'
flutter-version: '3.24.5'
channel: 'stable'
cache: true
- uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ziggle
description: ziggle
publish_to: 'none'
version: 4.1.1
version: 4.1.2

environment:
sdk: ^3.5.1
Expand Down

0 comments on commit 0adf3f3

Please sign in to comment.