We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9117018 commit 88505a3Copy full SHA for 88505a3
.github/workflows/dart.yml
@@ -22,7 +22,7 @@ jobs:
22
java-version: '12.x'
23
- uses: subosito/flutter-action@v1
24
with:
25
- channel: 'stable'
+ flutter-version: '3.27.1'
26
- name: Install project dependencies
27
run: flutter pub get
28
- name: Dart Format Check
.github/workflows/pushMaster.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install Flutter
15
uses: subosito/flutter-action@v2
16
17
- channel: "stable"
+ flutter-version: "3.27.1"
18
19
20
0 commit comments