From 9d54957c8a38e3c0153f6e2e47b4b9a935e85d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 08:26:23 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.6.2 to 2.8.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.6.2 to 2.8.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.6.2...v2.8.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/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e28ed5..0b1775f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: bundler-cache: true - name: Setup Flutter SDK - uses: subosito/flutter-action@v2.6.2 + uses: subosito/flutter-action@v2.8.0 with: channel: 'stable' cache: true