From 823221fec7f94c85aab2499a1c1b319d9a9f13b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 04:32:46 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.14.0 to 2.16.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.14.0 to 2.16.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.14.0...v2.16.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/mobile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mobile.yml b/.github/workflows/mobile.yml index 56a453f3..54322b9a 100644 --- a/.github/workflows/mobile.yml +++ b/.github/workflows/mobile.yml @@ -19,7 +19,7 @@ jobs: distribution: 'temurin' java-version: '17' cache: 'gradle' - - uses: subosito/flutter-action@v2.14.0 + - uses: subosito/flutter-action@v2.16.0 with: channel: 'beta' flutter-version: '2.2.0-10.1.pre'