From 4686fb784a3b723e7115fabc357d7d3b3be9758c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 17:05:38 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.21.0 to 2.23.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.21.0 to 2.23.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/fd55f4c5af5b953cc57a2be44cb082c8f6635e8e...1a449444c387b1966244ae4d4f8c696479add0b2) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.23.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..90d4b9ec3 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@1a449444c387b1966244ae4d4f8c696479add0b2 with: channel: beta cache: true diff --git a/.github/workflows/flutter_packages.yaml b/.github/workflows/flutter_packages.yaml index a1eea0700..b073910b5 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@1a449444c387b1966244ae4d4f8c696479add0b2 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@1a449444c387b1966244ae4d4f8c696479add0b2 with: channel: ${{ matrix.flutter_version }} cache: true