chore(mobile): pump Flutter version (#4078)

This commit is contained in:
Alex 2023-09-13 11:21:46 +07:00 committed by GitHub
parent bbbdd463fd
commit 3161eb7d16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.13.0"
flutter-version: "3.13.3"
cache: true
- name: Create the Keystore

View file

@ -23,7 +23,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.13.0"
flutter-version: "3.13.3"
- name: Install dependencies
run: dart pub get

View file

@ -149,7 +149,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.13.0"
flutter-version: "3.13.3"
- name: Run tests
working-directory: ./mobile
run: flutter test -j 1