From ad0d214528f2f8ae0e3230c35c9376c567d876a9 Mon Sep 17 00:00:00 2001 From: Rico Berger Date: Sun, 30 Mar 2025 09:54:16 +0200 Subject: [PATCH] Update Flutter Version to 3.29.2 (#236) --- .github/workflows/continuous-delivery.yaml | 14 +++++++------- .github/workflows/continuous-integration.yaml | 9 +++++---- CONTRIBUTING.md | 8 ++++---- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/.github/workflows/continuous-delivery.yaml b/.github/workflows/continuous-delivery.yaml index 1e81168..faed785 100644 --- a/.github/workflows/continuous-delivery.yaml +++ b/.github/workflows/continuous-delivery.yaml @@ -185,7 +185,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -235,7 +235,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -304,7 +304,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -382,7 +382,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "master" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -446,7 +446,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -525,7 +525,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" @@ -564,7 +564,7 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.29.0" + flutter-version: "3.29.2" channel: "stable" cache: true cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 07a44c8..b097d5a 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -22,11 +22,12 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: '3.29.0' - channel: 'stable' + flutter-version: "3.29.2" + channel: "stable" cache: true - cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:' - cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:' + cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" + cache-path: + "${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:" - name: Install Dependencies run: | diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 17861c6..065b79d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,10 +57,10 @@ check your installed version: ```sh $ flutter --version -Flutter 3.29.0 • channel stable • https://github.com/flutter/flutter.git -Framework • revision 35c388afb5 (2 weeks ago) • 2025-02-10 12:48:41 -0800 -Engine • revision f73bfc4522 -Tools • Dart 3.7.0 • DevTools 2.42.2 +Flutter 3.29.2 • channel stable • https://github.com/flutter/flutter.git +Framework • revision c236373904 (2 weeks ago) • 2025-03-13 16:17:06 -0400 +Engine • revision 18b71d647a +Tools • Dart 3.7.2 • DevTools 2.42.3 $ deno --version