From cc749858cba1728f63a0bb15bebb80c1735ab166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 09:11:22 -0600 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 1 to 2 (#1394) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1 to 2. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v1...v2) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test_mobile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_mobile.yml b/.github/workflows/test_mobile.yml index fac7cab12d..0982abf201 100644 --- a/.github/workflows/test_mobile.yml +++ b/.github/workflows/test_mobile.yml @@ -26,7 +26,7 @@ jobs: if: steps.android-sdk.outputs.cache-hit != 'true' uses: android-actions/setup-android@v2 - name: Setup Flutter SDK - uses: subosito/flutter-action@v1 + uses: subosito/flutter-action@v2 with: channel: 'stable' - name: Run integration tests