mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Merge pull request #795 from AppFlowy-IO/ci/flutter_version
chore: update flutter version in ci
This commit is contained in:
commit
efce8c91be
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
cache: true
|
cache: true
|
||||||
flutter-version: '3.0.0'
|
flutter-version: '3.0.5'
|
||||||
|
|
||||||
- name: Cache Cargo
|
- name: Cache Cargo
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
2
.github/workflows/dart_test.yml
vendored
2
.github/workflows/dart_test.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.0.0'
|
flutter-version: '3.0.5'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Cache Cargo
|
- name: Cache Cargo
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -50,7 +50,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.0.0'
|
flutter-version: '3.0.5'
|
||||||
|
|
||||||
- name: Pre build
|
- name: Pre build
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
@ -99,7 +99,7 @@ jobs:
|
|||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
flutter-version: '3.0.0'
|
flutter-version: '3.0.5'
|
||||||
|
|
||||||
- name: Pre build
|
- name: Pre build
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
|
2
.github/workflows/rust_lint.yml
vendored
2
.github/workflows/rust_lint.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
- uses: subosito/flutter-action@v1
|
- uses: subosito/flutter-action@v1
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.0.0'
|
flutter-version: '3.0.5'
|
||||||
channel: "stable"
|
channel: "stable"
|
||||||
|
|
||||||
- name: Rust Deps
|
- name: Rust Deps
|
||||||
|
Loading…
Reference in New Issue
Block a user