From b6c3fb8487082b05c2193b5754ec41273d15f2c9 Mon Sep 17 00:00:00 2001 From: Achintha Isuru Date: Thu, 19 Feb 2026 16:49:23 -0500 Subject: [PATCH] feat: Update Flutter version to 3.38.x in mobile CI workflow --- .github/workflows/mobile-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml index cacf7844..54f3f3ee 100644 --- a/.github/workflows/mobile-ci.yml +++ b/.github/workflows/mobile-ci.yml @@ -74,7 +74,7 @@ jobs: - name: 🦋 Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version-file: 'apps/mobile/pubspec.yaml' + flutter-version: '3.38.x' channel: 'stable' cache: true @@ -120,7 +120,7 @@ jobs: - name: 🦋 Set up Flutter uses: subosito/flutter-action@v2 with: - flutter-version-file: 'apps/mobile/pubspec.yaml' + flutter-version: '3.38.x' channel: 'stable' cache: true