Skip to content

Commit

Permalink
[workflow] bump flutter to 3.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed May 22, 2024
1 parent c60f14d commit 63d4b9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: workflow_dispatch
permissions: write-all

env:
flutter_version: '3.22.0'
flutter_version: '3.22.1'

jobs:
build_android:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: workflow_dispatch
permissions: write-all

env:
flutter_version: '3.22.0'
flutter_version: '3.22.1'

jobs:
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 @@ -2,7 +2,7 @@ name: Windows
on: workflow_dispatch

env:
flutter_version: '3.22.0'
flutter_version: '3.22.1'

jobs:
build:
Expand Down

0 comments on commit 63d4b9c

Please sign in to comment.