From 8eae07b6a6060d311190ac3bab17cede1ea639bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 03:14:46 +0000 Subject: [PATCH] chore(deps): 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/check-translations.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-translations.yml b/.github/workflows/check-translations.yml index 522d9818..6cc7a98f 100644 --- a/.github/workflows/check-translations.yml +++ b/.github/workflows/check-translations.yml @@ -28,7 +28,7 @@ jobs: run: cp .env.ci .env - name: Setup Flutter - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2 + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2 with: flutter-version: "3.38.9" channel: "stable" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f9ada987..d1ff0830 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: run: cp .env.ci .env - name: Setup Flutter - uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e # v2 + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 # v2 with: flutter-version: "3.38.9" channel: "stable"