From 18cfd72afc9da07c2d31af2eee04cc4f514f9c0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jun 2025 05:05:39 +0000 Subject: [PATCH] Bump subosito/flutter-action from 2.19.0 to 2.20.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.19.0 to 2.20.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/e938fdf56512cc96ef2f93601a5a40bde3801046...395322a6cded4e9ed503aebd4cc1965625f8e59a) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ebfd234..8903cd1e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: with: distribution: 'zulu' java-version: '17' - - uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046 + - uses: subosito/flutter-action@395322a6cded4e9ed503aebd4cc1965625f8e59a with: channel: ${{ matrix.flutter_version }} - run: ./flutter_ci_script_${{ matrix.flutter_version }}.sh