Skip to content

Commit

Permalink
build(deps): bump bluefireteam/melos-action from 2 to 3 (#275)
Browse files Browse the repository at this point in the history
Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 2 to 3.
- [Release notes](https://github.com/bluefireteam/melos-action/releases)
- [Commits](bluefireteam/melos-action@v2...v3)

---
updated-dependencies:
- dependency-name: bluefireteam/melos-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 22, 2023
1 parent 8dc4349 commit c69a109
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flutter-app-code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit c69a109

Please sign in to comment.