Skip to content

Commit e1b34e1

Browse files
feat(ref: no-ref): ci-cd
1 parent b4486c6 commit e1b34e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-checks.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Setup Flutter
1818
uses: subosito/flutter-action@v2
1919
with:
20-
flutter-version: stable
20+
flutter-version: "3.27.1"
21+
channel: "stable"
2122

2223
- name: Install Dependencies
2324
run: flutter pub get

0 commit comments

Comments
 (0)