From 36bd574ea9386e3014006da085824da54d2759ed Mon Sep 17 00:00:00 2001 From: Yui Matsuura Date: Sat, 23 Sep 2023 12:18:18 +0900 Subject: [PATCH] Update flutter version --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 3a682b1..9fbacff 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.10.6" + flutter-version: "3.13.5" channel: "stable" - name: Install dependencies