upgrade-flutter-version-in-deployment-actions.

This commit is contained in:
Faris Armoush
2025-06-12 14:57:55 +03:00
parent c250fb4469
commit 5203491d15
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Flutter - name: Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.27.3' # Specify the Flutter version you want to use flutter-version: '3.32.1' # Specify the Flutter version you want to use
- name: Install dependencies - name: Install dependencies
run: flutter pub get run: flutter pub get

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Flutter - name: Set up Flutter
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
flutter-version: '3.27.3' # Specify the Flutter version you want to use flutter-version: '3.32.1' # Specify the Flutter version you want to use
- name: Install dependencies - name: Install dependencies
run: flutter pub get run: flutter pub get