diff --git a/.github/workflows/release-all-platforms.yml b/.github/workflows/release-all-platforms.yml index 4ee0fa5..fbcfa53 100644 --- a/.github/workflows/release-all-platforms.yml +++ b/.github/workflows/release-all-platforms.yml @@ -62,7 +62,7 @@ jobs: - name: Install flutter uses: subosito/flutter-action@v2.14.0 with: - flutter-version: "3.22.0" + flutter-version: "3.27.1" channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' @@ -148,7 +148,7 @@ jobs: - name: Install flutter uses: subosito/flutter-action@v2.14.0 with: - flutter-version: "3.22.0" + flutter-version: "3.27.1" channel: 'stable' cache: true cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'