From 861e6b54844bf6fef83e448a8b349c30f05fe49a Mon Sep 17 00:00:00 2001 From: JHubi1 Date: Fri, 14 Mar 2025 20:36:06 +0100 Subject: [PATCH] GH Actions updated flutter version --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2755817..b982ef4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -51,7 +51,7 @@ jobs: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: - flutter-version: 3.24.5 + flutter-version: 3.29.0 - uses: actions/setup-java@v4 with: distribution: "adopt" @@ -89,7 +89,7 @@ jobs: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: - flutter-version: 3.24.5 + flutter-version: 3.29.0 - name: Get flutter version with yq in one step id: version shell: pwsh @@ -121,7 +121,7 @@ jobs: - uses: actions/checkout@v4 - uses: subosito/flutter-action@v2 with: - flutter-version: 3.24.5 + flutter-version: 3.29.0 - name: Get flutter version id: version uses: mikefarah/yq@master