diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0d3c5ccb6..0da21d0cd 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -29,7 +29,7 @@ jobs: - name: 🐦 Setup Flutter uses: subosito/flutter-action@48cafc24713cca54bbe03cdc3a423187d413aafa with: - flutter-version: "3.24.1" + flutter-version: "3.27.1" channel: stable cache: true cache-key: flutter-:os:-:channel:-:version:-:arch:-:hash:-${{ hashFiles('**/pubspec.lock') }}