From c3373226f561cec3f77483e7e578a6a191022340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:04:34 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.6.2 to 2.9.1 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.6.2 to 2.9.1. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.6.2...v2.9.1) --- 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..c6a50e3 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.9.1 with: channel: 'stable' cache: true