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