From 07e7ae43c134c3cfa6898eec3b76f91e57b1da70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:50:15 +0000 Subject: [PATCH] build(deps): bump subosito/flutter-action from 2.10.0 to 2.11.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.10.0...v2.11.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/dart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 78bf8152..138e8cc3 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -13,7 +13,7 @@ jobs: with: distribution: 'temurin' java-version: '11' - - uses: subosito/flutter-action@v2.10.0 + - uses: subosito/flutter-action@v2.11.0 - name: Version run: flutter doctor -v - name: Install dependencies