fix: Update flutter version

This commit is contained in:
Anton Stubenbord
2023-10-06 01:46:56 +02:00
parent ba07b056a2
commit 0616ca2ffc
3 changed files with 3 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ jobs:
- name: Clone flutter repository
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.3'
channel: stable
- run: flutter doctor -v

View File

@@ -42,7 +42,7 @@ jobs:
- name: Clone flutter repository
uses: subosito/flutter-action@v2
with:
flutter-version: '3.10.0'
flutter-version: '3.13.3'
channel: stable
- run: flutter doctor -v

View File

@@ -36,6 +36,7 @@ jobs:
- name: Clone flutter repository
uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.3'
channel: stable
- run: flutter doctor -v