Skip to content

Commit

Permalink
Merge pull request jonataslaw#2478 from jonataslaw/update-actions
Browse files Browse the repository at this point in the history
update flutter version on actions
  • Loading branch information
jonataslaw authored Jul 31, 2022
2 parents 4dab424 + eb99b18 commit 4a33d58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
steps:
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
- uses: actions/checkout@v1
- uses: actions/checkout@v3
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
flutter-version: "2.8.0"
flutter-version: "3.8.0"
channel: "stable"
- run: flutter pub get
#- run: flutter analyze
Expand Down

0 comments on commit 4a33d58

Please sign in to comment.