From 4b6a8f98f800b5a992e715202798f9f70fd250e4 Mon Sep 17 00:00:00 2001 From: Lenkomotive Date: Tue, 11 Feb 2025 15:02:34 +0100 Subject: [PATCH] PAINTROID-785: Upgrade Project - upgrade flutter version in workflow --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a4f86e4..5b3e6acf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4.1.4 - uses: subosito/flutter-action@v2.10.0 with: - flutter-version: "3.22.2" + flutter-version: "3.27.4" channel: "stable" cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" cache-path: "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:"