From 23a6800e5e29224d74858645879105c258fccd9d Mon Sep 17 00:00:00 2001 From: sBubshait Date: Wed, 16 Jul 2025 15:05:40 +0300 Subject: [PATCH] feat: upgrade flutter to a compatible version --- .github/workflows/firebase-hosting-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index da8032a..604d695 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.19.0' + flutter-version: '3.32.6' channel: stable - name: Install dependencies