From 357fa8a250734b5efe890f9eb3ac81843ccfd17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:54:31 +0000 Subject: [PATCH] build(deps): bump subosito/flutter-action from 2.12.0 to 2.15.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.15.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.12.0...v2.15.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/flutter_format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter_format.yml b/.github/workflows/flutter_format.yml index 8a24753..be89463 100644 --- a/.github/workflows/flutter_format.yml +++ b/.github/workflows/flutter_format.yml @@ -11,7 +11,7 @@ jobs: with: distribution: 'temurin' java-version: '11' - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2.15.0 - name: Version run: flutter doctor -v - name: Install dependencies @@ -26,6 +26,6 @@ jobs: with: distribution: 'temurin' java-version: '11' - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2.15.0 - name: Format run: dart format --set-exit-if-changed .