From c64dd53ecc1c37b185b4c7dd88b598b8657a6a01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:16:27 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.22.0 to 2.23.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.22.0 to 2.23.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.22.0...v2.23.0) --- 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/build_test.yml | 4 ++-- .github/workflows/deploy.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index 81bbe4a43..c4b6f3f38 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -20,7 +20,7 @@ jobs: distribution: temurin java-version: 24 - - uses: subosito/flutter-action@v2.22.0 + - uses: subosito/flutter-action@v2.23.0 with: channel: stable cache: true @@ -82,7 +82,7 @@ jobs: bundle exec fastlane run setup_ci bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain" - - uses: subosito/flutter-action@v2.22.0 + - uses: subosito/flutter-action@v2.23.0 with: channel: stable cache: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4f7bf6177..cf1672e65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: java-version: 24 - name: Setup Flutter - uses: subosito/flutter-action@v2.22.0 + uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true @@ -125,7 +125,7 @@ jobs: bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain" - name: Install Flutter SDK - uses: subosito/flutter-action@v2.22.0 + uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true @@ -172,7 +172,7 @@ jobs: distribution: microsoft java-version: 17 - - uses: subosito/flutter-action@v2.22.0 + - uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true @@ -255,7 +255,7 @@ jobs: bundle exec fastlane match appstore --readonly true -s "fastlane_tmp_keychain" - name: Install Flutter SDK - uses: subosito/flutter-action@v2.22.0 + uses: subosito/flutter-action@v2.23.0 with: channel: ${{ env.FLUTTER_VERSION }} cache: true