From c69a1098e1ef006ac8da4a2e46db9678b653a47b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 05:21:02 +0900 Subject: [PATCH] build(deps): bump bluefireteam/melos-action from 2 to 3 (#275) Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 2 to 3. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/v2...v3) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/flutter-app-code-check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flutter-app-code-check.yml b/.github/workflows/flutter-app-code-check.yml index 19dd6cce..002526dd 100644 --- a/.github/workflows/flutter-app-code-check.yml +++ b/.github/workflows/flutter-app-code-check.yml @@ -55,7 +55,7 @@ jobs: run: echo "MELOS_SDK_PATH=${{ steps.setup-flutter.outputs.flutter-path }}" >> "$GITHUB_ENV" - name: Install Melos - uses: bluefireteam/melos-action@v2 + uses: bluefireteam/melos-action@v3 - name: Analyze packages run: melos run analyze --no-select @@ -79,7 +79,7 @@ jobs: run: echo "MELOS_SDK_PATH=${{ steps.setup-flutter.outputs.flutter-path }}" >> "$GITHUB_ENV" - name: Install Melos - uses: bluefireteam/melos-action@v2 + uses: bluefireteam/melos-action@v3 - name: Run package tests run: melos run test:ci --no-select