From b1ff2b3a62bc3eb8f4fe0cdcc33c6519c99dca62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 17:04:46 +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/eval.yaml | 2 +- .github/workflows/flutter_packages.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eval.yaml b/.github/workflows/eval.yaml index 2e1573b30..6fd88eec5 100644 --- a/.github/workflows/eval.yaml +++ b/.github/workflows/eval.yaml @@ -29,7 +29,7 @@ jobs: - name: Install Flutter # Before bumping, verify the new version is on the flutter org's # enterprise actions allowlist, or CI will fail with startup_failure. - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: beta cache: true diff --git a/.github/workflows/flutter_packages.yaml b/.github/workflows/flutter_packages.yaml index a1eea0700..fa0f3f0c8 100644 --- a/.github/workflows/flutter_packages.yaml +++ b/.github/workflows/flutter_packages.yaml @@ -105,7 +105,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # Before bumping, verify the new version is on the flutter org's # enterprise actions allowlist, or CI will fail with startup_failure. - - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + - uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: stable cache: true @@ -135,7 +135,7 @@ jobs: cache: "gradle" # Before bumping, verify the new version is on the flutter org's # enterprise actions allowlist, or CI will fail with startup_failure. - - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e + - uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: ${{ matrix.flutter_version }} cache: true