From 99d8fc2a341d726cdf2ff7ac43689bf04714c001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 07:00:56 +0000 Subject: [PATCH] build(deps): bump subosito/flutter-action in the dependencies group Bumps the dependencies group with 1 update: [subosito/flutter-action](https://github.com/subosito/flutter-action). Updates `subosito/flutter-action` from 2.19.0 to 2.21.0 - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/e938fdf56512cc96ef2f93601a5a40bde3801046...fd55f4c5af5b953cc57a2be44cb082c8f6635e8e) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index bd689532..66e6ee24 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -401,7 +401,7 @@ jobs: os:ubuntu-latest;pub-cache-hosted os:ubuntu-latest - name: Setup Flutter SDK - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 + uses: subosito/flutter-action@fd55f4c5af5b953cc57a2be44cb082c8f6635e8e with: channel: stable - id: checkout