Set exact Flutter version for workflows

This commit is contained in:
Vadim 2023-07-25 17:09:28 +02:00
parent b6473d10c5
commit 6aad6050fc
2 changed files with 2 additions and 0 deletions

View file

@ -71,6 +71,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.10.0'
- name: Prepare flutter project
run: |

View file

@ -73,6 +73,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: '3.10.0'
- name: Prepare flutter project
run: |