From 24ab9d88e67dec050017612b54ba5c4301dca8d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:03:55 +0000 Subject: [PATCH 1/2] Update dependency flutter to v3.16.7 --- .fvm/fvm_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.fvm/fvm_config.json b/.fvm/fvm_config.json index b35b02a..c8ce885 100644 --- a/.fvm/fvm_config.json +++ b/.fvm/fvm_config.json @@ -1,4 +1,4 @@ { - "flutterSdkVersion": "3.16.5", + "flutterSdkVersion": "3.16.7", "flavors": {} } \ No newline at end of file From 05a304506427a5b299b8ff96a1ac2fa34454dd72 Mon Sep 17 00:00:00 2001 From: Yui Matsuura Date: Sun, 14 Jan 2024 17:29:42 +0900 Subject: [PATCH 2/2] Update --- .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 6cfa4e0..d114405 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.13.5" + flutter-version: "3.16.7" channel: "stable" - name: Install dependencies