From 29af6ecfb8875a56fbb477905a7909126ad22f3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 16:21:04 -0300 Subject: [PATCH] chore(deps): bump subosito/flutter-action from 1.5.3 to 2.8.0 (#28) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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: |