fix: Update CI Flutter version from 3.27.1 to 3.38.3 to match Dart SDK ^3.10.1 requirement

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ponshu Developer 2026-02-16 10:05:44 +09:00
parent e6e45ffca4
commit f2f6acd070
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- name: Setup Flutter - name: Setup Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.27.1' flutter-version: '3.38.3'
channel: 'stable' channel: 'stable'
- name: Prepare local secrets for CI - name: Prepare local secrets for CI