From f8170d6caab48378bd1950db67a9c34f5e3fecaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 12:37:36 +0000 Subject: [PATCH] chore(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/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 42f6148..298330a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -24,7 +24,7 @@ jobs: with: path: .github/workflows/.env - - uses: subosito/flutter-action@v2.16.0 + - uses: subosito/flutter-action@v2.18.0 with: flutter-version: ${{ steps.dotenv.outputs.flutter_version }} channel: "stable"