From 15decdcc246aaafcba83efd1d4706aff69bf4bb9 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Mon, 21 Aug 2023 00:00:55 +0330 Subject: [PATCH] Update ci flutter version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da068ed..7ff09f43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.10.6' + flutter-version: '3.13.0' channel: 'stable' cache: true