From c8b2659847ae1545fec2d2bc7dd36f688d7a8d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:18:07 +0000 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 1.5.3 to 2.8.0 Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 1.5.3 to 2.8.0. - [Release notes](https://github.com/subosito/flutter-action/releases) - [Commits](https://github.com/subosito/flutter-action/compare/v1.5.3...v2.8.0) --- updated-dependencies: - dependency-name: subosito/flutter-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pub_updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pub_updater.yaml b/.github/workflows/pub_updater.yaml index fa139aa..043f44c 100644 --- a/.github/workflows/pub_updater.yaml +++ b/.github/workflows/pub_updater.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - - uses: subosito/flutter-action@v1.5.3 + - uses: subosito/flutter-action@v2.8.0 - name: Install Dependencies run: |