Skip to content

Commit

Permalink
Update Flutter version in workflows to 3.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kackogut committed Jul 23, 2024
1 parent 65b750f commit 10a56c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-app/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
uses: subosito/flutter-action@v2
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
flutter-version: '3.19.2'
flutter-version: '3.22.3'
cache: true

- name: Flutter version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flutter-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable' # 'dev', 'alpha', default to: 'stable'
flutter-version: '3.19.2'
flutter-version: '3.22.3'
cache: true

- name: Setup cider
Expand Down

0 comments on commit 10a56c6

Please sign in to comment.