From 81b05f00dfb4fec5acc835e1b8978bbcd212c8e4 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Mon, 18 May 2026 20:37:00 +0200 Subject: [PATCH] fix(ci): pin Flutter stable version --- .github/workflows/build.yml | 5 +++++ .github/workflows/ci.yml | 3 +++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8907bd4..e39ba1a8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,6 +29,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false @@ -112,6 +113,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false @@ -176,6 +178,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false @@ -344,6 +347,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false @@ -530,6 +534,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bff31c02..c675b05c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false @@ -114,6 +115,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false @@ -168,6 +170,7 @@ jobs: uses: subosito/flutter-action@v2 with: channel: "stable" + flutter-version: "3.41.9" cache: true pub-cache: false