From de2f2a58249e168a48777b2e09902b73d77e5574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 23:33:45 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.19.0 to 2.22.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.19.0 to 2.22.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/e938fdf56512cc96ef2f93601a5a40bde3801046...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/flutter.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index f9eb7b4..b20dbdd 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: Set up Flutter - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 + uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: ${{ matrix.flutter_version }} - run: dart --version diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7955a40..1225dfd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6 - uses: dart-lang/setup-dart@v1 - - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 + - uses: subosito/flutter-action@0ca7a949e71ae44c8e688a51c5e7e93b2c87e295 with: channel: 'stable' - run: flutter pub get