From b7b692080ff73deaf92869d725241d1ffc4346b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 17:30:12 -0800 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.17.0 to 2.18.0 (#722) Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.17.0 to 2.18.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.17.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 e0d4525c..e176c40b 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.17.0 + - uses: subosito/flutter-action@v2.18.0 with: flutter-version: '3.24.0' cache: true