feat: Update Flutter version to 3.38.x in mobile CI workflow

This commit is contained in:
Achintha Isuru
2026-02-19 16:49:23 -05:00
parent 410e5b5cd1
commit b6c3fb8487

View File

@@ -74,7 +74,7 @@ jobs:
- name: 🦋 Set up Flutter - name: 🦋 Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version-file: 'apps/mobile/pubspec.yaml' flutter-version: '3.38.x'
channel: 'stable' channel: 'stable'
cache: true cache: true
@@ -120,7 +120,7 @@ jobs:
- name: 🦋 Set up Flutter - name: 🦋 Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version-file: 'apps/mobile/pubspec.yaml' flutter-version: '3.38.x'
channel: 'stable' channel: 'stable'
cache: true cache: true