Skip to content

Commit

Permalink
Updated the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sterling Long committed Jul 14, 2023
1 parent 510fd0d commit dd0db04
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:
flutter-version: '3.10.1'
channel: 'stable'

- 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:
flutter-version: '3.3.10'
channel: 'stable'

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

0 comments on commit dd0db04

Please sign in to comment.