From 6c882a67ecc82b586e0b6a516efcb0746d96b08b Mon Sep 17 00:00:00 2001 From: Moritz Oberhauser Date: Sat, 21 Sep 2024 11:28:44 +0200 Subject: [PATCH] chore: Update git action flutter version to 3.24 --- .github/workflows/build-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-client.yml b/.github/workflows/build-client.yml index 50002bc..ab0f0de 100644 --- a/.github/workflows/build-client.yml +++ b/.github/workflows/build-client.yml @@ -9,7 +9,7 @@ on: type: choice options: - 'any' - - '3.19.x' + - '3.24.x' enable_android: description: 'Build Android' required: false