From cf344e49c540dcbaaf62f806c5ba5c9ca157e13d Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Fri, 25 Aug 2023 14:05:05 +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 6aaf9f92..8cbcf801 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.13.0' + flutter-version: '3.13.x' channel: 'stable' cache: true