From 11ebbd63f0358d1041363777c8c4502871c95ec8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 06:03:35 +0000 Subject: [PATCH] build(deps): bump subosito/flutter-action from 2.16.0 to 2.18.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.16.0 to 2.18.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.16.0...v2.18.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter_format.yml b/.github/workflows/flutter_format.yml index 1cafc9e..c1526bf 100644 --- a/.github/workflows/flutter_format.yml +++ b/.github/workflows/flutter_format.yml @@ -15,7 +15,7 @@ jobs: distribution: 'temurin' # See 'Supported distributions' for available options java-version: '11' # Use the community Action to install Flutter - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.18.0 - name: Version run: flutter doctor -v - name: Install dependencies