Skip to content

Commit ec5ef8f

Browse files
authored
Update dart.yml
1 parent 2e13949 commit ec5ef8f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/dart.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-java@v1
2121
with:
22-
java-version: '12.x'
23-
- uses: subosito/flutter-action@v1
22+
java-version: '17.x'
23+
- uses: actions/checkout@v2
24+
- uses: subosito/flutter-action@v2
2425
with:
25-
flutter-version: '3.27.1'
26+
channel: 'stable'
2627
- name: Install project dependencies
2728
run: flutter pub get
2829
- name: Dart Format Check

0 commit comments

Comments
 (0)