From 06335aacb4a993aad348300a834b08d39f42caff Mon Sep 17 00:00:00 2001 From: Amin Beheshti <82708492+AminBhst@users.noreply.github.com> Date: Sun, 22 Dec 2024 00:16:42 +0330 Subject: [PATCH] Update flutter version --- .github/workflows/release-all-platforms.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:'