From 580bf51dbb7f7257c3201359e5bb410dc57df98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:05:00 -0700 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.11.0 to 2.12.0 (#545) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.11.0 to 2.12.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/flutter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index cf1cbb8e..f46c7e6f 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -16,7 +16,7 @@ jobs: with: java-version: 11 distribution: temurin - - uses: subosito/flutter-action@v2.11.0 + - uses: subosito/flutter-action@v2.12.0 with: flutter-version: '3.10.5' cache: true