From a37278288267b5128b3de267ab19668f74ea4480 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 18:26:52 +0000 Subject: [PATCH] chore: Bump flutter-actions/setup-flutter Bumps [flutter-actions/setup-flutter](https://github.com/flutter-actions/setup-flutter) from 18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d to 6e2468fd827c4a7337cd4b835a6049b78bc0bd1f. - [Release notes](https://github.com/flutter-actions/setup-flutter/releases) - [Commits](https://github.com/flutter-actions/setup-flutter/compare/18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d...6e2468fd827c4a7337cd4b835a6049b78bc0bd1f) --- updated-dependencies: - dependency-name: flutter-actions/setup-flutter dependency-version: adb607ae976a9e00473569facfc69813c637a060 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cd77922..ac03b11 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - uses: dart-lang/setup-dart@65eb853c7ba17dde3be364c3d2858773e7144260 - name: Install Flutter - uses: flutter-actions/setup-flutter@18c66a64fb6f6d3338c63cabbc5cd6da395e7f1d # v2.19.0 + uses: flutter-actions/setup-flutter@6e2468fd827c4a7337cd4b835a6049b78bc0bd1f # v2.19.0 with: flutter-version: "latest" channel: "stable"