Merge pull request #795 from AppFlowy-IO/ci/flutter_version

chore: update flutter version in ci
This commit is contained in:
Nathan.fooo 2022-08-09 13:48:25 +08:00 committed by GitHub
commit efce8c91be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -34,7 +34,7 @@ jobs:
with:
channel: 'stable'
cache: true
flutter-version: '3.0.0'
flutter-version: '3.0.5'
- name: Cache Cargo
uses: actions/cache@v2

View File

@ -26,7 +26,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.0'
flutter-version: '3.0.5'
cache: true
- name: Cache Cargo

View File

@ -50,7 +50,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.0'
flutter-version: '3.0.5'
- name: Pre build
working-directory: frontend
@ -99,7 +99,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.0.0'
flutter-version: '3.0.5'
- name: Pre build
working-directory: frontend

View File

@ -22,7 +22,7 @@ jobs:
override: true
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.0.0'
flutter-version: '3.0.5'
channel: "stable"
- name: Rust Deps