From f5d94e2689c77d89c6e482b62322581525c8d25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 05:52:19 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.21.0 to 2.22.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.21.0 to 2.22.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/fd55f4c5af5b953cc57a2be44cb082c8f6635e8e...0ca7a949e71ae44c8e688a51c5e7e93b2c87e295) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.22.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ce0171e4..19371806 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2.21.0 + - uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2.22.0 with: channel: ${{ matrix.channel }} flutter-version: ${{ matrix.flutter-version }}