From 60b64c9cb8009546c698940b0fb76d752669e940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 12:04:50 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.6.2 to 2.10.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.6.2 to 2.10.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.6.2...v2.10.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..a22b88a 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.10.0 with: channel: 'stable' cache: true