浏览代码

chore: update flutter version in ci

appflowy 2 年之前
父节点
当前提交
d01e5a0490
共有 4 个文件被更改,包括 5 次插入5 次删除
  1. 1 1
      .github/workflows/ci.yaml
  2. 1 1
      .github/workflows/dart_test.yml
  3. 2 2
      .github/workflows/release.yml
  4. 1 1
      .github/workflows/rust_lint.yml

+ 1 - 1
.github/workflows/ci.yaml

@@ -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

+ 1 - 1
.github/workflows/dart_test.yml

@@ -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

+ 2 - 2
.github/workflows/release.yml

@@ -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

+ 1 - 1
.github/workflows/rust_lint.yml

@@ -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