Skip to content

Commit

Permalink
changed flutter version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Apr 18, 2024
1 parent df0db07 commit 2d0d7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.5'

- uses: ./.github/actions/ci
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install and set Flutter version
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.19.5'

# Setup Dart SDK
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 2d0d7da

Please sign in to comment.