From 5ea85d0600d19fbbf449bfd9b983c41423d1efe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 21:33:02 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.19.0 to 2.23.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.19.0 to 2.23.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.19.0...v2.23.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.23.0 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 00ed05bd..ee87852f 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.19.0 + - uses: subosito/flutter-action@v2.23.0 with: flutter-version: '3.35.3' cache: true