From 17422b75449cb5e9d397f3b28450c0de620e3c74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 22:35:44 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.18.0 to 2.19.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.18.0 to 2.19.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.18.0...v2.19.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/code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-analysis.yml b/.github/workflows/code-analysis.yml index 2758baf0..c50679c2 100644 --- a/.github/workflows/code-analysis.yml +++ b/.github/workflows/code-analysis.yml @@ -22,7 +22,7 @@ jobs: with: java-version: 11 distribution: temurin - - uses: subosito/flutter-action@v2.18.0 + - uses: subosito/flutter-action@v2.19.0 with: flutter-version: '3.29.0' cache: true