浏览代码

chore: update flutter build version (#4429)

Alex 1 年之前
父节点
当前提交
332a8d80f2
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/build-mobile.yml
  2. 1 1
      .github/workflows/static_analysis.yml
  3. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/build-mobile.yml

@@ -45,7 +45,7 @@ jobs:
         uses: subosito/flutter-action@v2
         with:
           channel: "stable"
-          flutter-version: "3.13.3"
+          flutter-version: "3.13.6"
           cache: true
 
       - name: Create the Keystore

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

@@ -23,7 +23,7 @@ jobs:
         uses: subosito/flutter-action@v2
         with:
           channel: "stable"
-          flutter-version: "3.13.3"
+          flutter-version: "3.13.6"
 
       - name: Install dependencies
         run: dart pub get

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

@@ -144,7 +144,7 @@ jobs:
         uses: subosito/flutter-action@v2
         with:
           channel: "stable"
-          flutter-version: "3.13.3"
+          flutter-version: "3.13.6"
       - name: Run tests
         working-directory: ./mobile
         run: flutter test -j 1