From de910a178f53866ebe5f9805aa3c19a048c088ef Mon Sep 17 00:00:00 2001 From: "BenderBlog \"SuperBart\" Rodriguez" Date: Sun, 3 Sep 2023 21:29:04 +0800 Subject: [PATCH] chore: build yaml to 3.13.2 --- .github/actions/setup_flutter/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup_flutter/action.yml b/.github/actions/setup_flutter/action.yml index d4c3b1bc..25c74f76 100644 --- a/.github/actions/setup_flutter/action.yml +++ b/.github/actions/setup_flutter/action.yml @@ -7,7 +7,7 @@ runs: - uses: subosito/flutter-action@v2 with: channel: stable - flutter-version: 3.10.6 + flutter-version: 3.13.2 - run: flutter pub get shell: bash