소스 검색

chore: update flutter version in ci

appflowy 3 년 전
부모
커밋
ef2e9cb57e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/dart_lint.yml

+ 1 - 1
.github/workflows/dart_lint.yml

@@ -23,7 +23,7 @@ jobs:
         uses: actions/checkout@v2
       - uses: subosito/flutter-action@v1
         with:
-          flutter-version: '2.10.0'
+          flutter-version: '3.0.0'
           channel: "stable"
       - name: Deps Flutter
         run: flutter packages pub get