Browse Source

Bump bluefireteam/melos-action from 1 to 2

Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 1 to 2.
- [Release notes](https://github.com/bluefireteam/melos-action/releases)
- [Commits](https://github.com/bluefireteam/melos-action/compare/v1...v2)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/34/head
dependabot[bot] 2 years ago committed by GitHub
parent
commit
4039ae0b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -25,7 +25,7 @@ jobs:
cache: true cache: true
# Setup the melos environment. # Setup the melos environment.
- uses: bluefireteam/melos-action@v1 - uses: bluefireteam/melos-action@v2
- name: Install dependencies - name: Install dependencies
run: melos bootstrap run: melos bootstrap

Loading…
Cancel
Save