Update used flutter version

This commit is contained in:
Roland Geider
2023-11-18 17:57:34 +01:00
parent 7b076f383a
commit 986d485867
4 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: stable
flutter-version: 3.7.x
flutter-version: 3.16.x
- name: Flutter info
run: |

View File

@@ -19,7 +19,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.13.x'
flutter-version: '3.16.x'
- run: dart --version
- run: flutter --version

View File

@@ -20,7 +20,7 @@ jobs:
uses: subosito/flutter-action@v1
with:
channel: 'stable'
flutter-version: '3.13.x'
flutter-version: '3.16.x'
- name: Get dependencies
run: flutter pub get