From 16442688bef18f0df6e67311b6b5073041f0fa8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Jun 2025 00:42:34 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.18.0 to 2.21.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.18.0 to 2.21.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.18.0...v2.21.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d0d1431..3b3d1b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: # Setup Flutter - name: Setup Flutter - uses: subosito/flutter-action@v2.18.0 + uses: subosito/flutter-action@v2.21.0 with: flutter-version: ${{ env.FLUTTER_VERSION }} channel: 'stable'