Skip to content

Commit 88505a3

Browse files
author
Mikael Wills
committed
Locking dart version in action workflows
1 parent 9117018 commit 88505a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dart.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '12.x'
2323
- uses: subosito/flutter-action@v1
2424
with:
25-
channel: 'stable'
25+
flutter-version: '3.27.1'
2626
- name: Install project dependencies
2727
run: flutter pub get
2828
- name: Dart Format Check

.github/workflows/pushMaster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install Flutter
1515
uses: subosito/flutter-action@v2
1616
with:
17-
channel: "stable"
17+
flutter-version: "3.27.1"
1818
- name: Install project dependencies
1919
run: flutter pub get
2020
- name: Dart Format Check

0 commit comments

Comments
 (0)