There was an error while loading. Please reload this page.
1 parent 2e13949 commit ec5ef8fCopy full SHA for ec5ef8f
1 file changed
.github/workflows/dart.yml
@@ -19,10 +19,11 @@ jobs:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-java@v1
21
with:
22
- java-version: '12.x'
23
- - uses: subosito/flutter-action@v1
+ java-version: '17.x'
+ - uses: actions/checkout@v2
24
+ - uses: subosito/flutter-action@v2
25
- flutter-version: '3.27.1'
26
+ channel: 'stable'
27
- name: Install project dependencies
28
run: flutter pub get
29
- name: Dart Format Check
0 commit comments