From 63a4518ff2f9da709f68d2b29f38825a614121f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 21:23:08 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 2.12.0 to 2.13.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.12.0 to 2.13.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v2.12.0...v2.13.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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flutter.yml b/.github/workflows/flutter.yml index 545ebf97..00060014 100644 --- a/.github/workflows/flutter.yml +++ b/.github/workflows/flutter.yml @@ -16,7 +16,7 @@ jobs: with: java-version: 11 distribution: temurin - - uses: subosito/flutter-action@v2.12.0 + - uses: subosito/flutter-action@v2.13.0 with: flutter-version: '3.10.5' cache: true