From ef2e9cb57ee87b0e0250f061898f643d2c57ec81 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 25 May 2022 16:10:47 +0800 Subject: [PATCH] chore: update flutter version in ci --- .github/workflows/dart_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart_lint.yml b/.github/workflows/dart_lint.yml index 81460cec1c..ca0536906e 100644 --- a/.github/workflows/dart_lint.yml +++ b/.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