chore: upgrade dependencies to latest versions (#19)

This commit is contained in:
Aleksey Kulikov 2021-12-17 11:05:39 +03:00 committed by GitHub
parent b3e9f6dd1a
commit ae5d895957
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 9 deletions

View file

@ -19,8 +19,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: dev
flutter-version: "2.6.0-11.0.pre"
channel: stable
- name: Install dependencies
run: flutter pub get
@ -48,8 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
with:
channel: dev
flutter-version: "2.6.0-11.0.pre"
channel: stable
- name: Install dependencies
run: flutter pub get