From 8c06c2c0705ce2e646c96179e52908e4f9cbf5e5 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Thu, 23 Jan 2025 14:43:11 +0100 Subject: [PATCH] ci: bump flutter 3.27.0 to 3.27.3 --- .fvmrc | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/publish_template.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.fvmrc b/.fvmrc index 34136bb..74c2c15 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,4 +1,4 @@ { - "flutter": "3.27.0", + "flutter": "3.27.3", "flavors": {} } \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57494ea..1d4cd11 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: env: FLUTTER_VERSION_OLDEST: "3.19.6" - FLUTTER_VERSION_NEWEST: "3.27.0" + FLUTTER_VERSION_NEWEST: "3.27.3" jobs: format: diff --git a/.github/workflows/publish_template.yml b/.github/workflows/publish_template.yml index b19c66f..f53b1d4 100644 --- a/.github/workflows/publish_template.yml +++ b/.github/workflows/publish_template.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v3 - uses: subosito/flutter-action@v2 with: - flutter-version: '3.27.0' + flutter-version: '3.27.3' channel: 'stable' - name: Dependencies (core) run: flutter pub get