From c51de39e01b42e7a38347291d331b6b89fbc23b2 Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 23 Feb 2023 22:25:07 +0700 Subject: [PATCH] TF-1487 Upgrade flutter version to `v3.7.5` for CI (cherry picked from commit 981ab4e82f387aa8521fcd5d06fd993593265473) --- .github/workflows/analyze-test.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/analyze-test.yaml b/.github/workflows/analyze-test.yaml index 94d7656e2..6a35ded16 100644 --- a/.github/workflows/analyze-test.yaml +++ b/.github/workflows/analyze-test.yaml @@ -25,7 +25,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.0.5" + flutter-version: "3.7.5" channel: "stable" cache: true cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 45e7b58ed..d8647a894 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.0.5" + flutter-version: "3.7.5" channel: "stable" cache: true cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ee29039ce..7084cce91 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.0.5" + flutter-version: "3.7.5" channel: "stable" cache: true cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache