Skip to content

Commit

Permalink
build(deps): bump bluefireteam/melos-action from 2 to 3
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]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 4d76320 commit 1675efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
cache: true

- name: Install Melos
uses: bluefireteam/melos-action@v2
uses: bluefireteam/melos-action@v3

- name: Analyze packages
run: melos run analyze --no-select
Expand All @@ -74,7 +74,7 @@ jobs:
cache: true

- 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 1675efc

Please sign in to comment.