Skip to content

Commit

Permalink
Upgrade Flutter version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
olexale committed May 24, 2022
1 parent a27b774 commit 7a4ff7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Flutter SDK
uses: flutter-actions/setup-flutter@v1
with:
version: '2.8.1'
version: '3.0.1'

- name: Install dependencies
run: flutter pub get
Expand Down

0 comments on commit 7a4ff7c

Please sign in to comment.