Skip to content

Commit

Permalink
chore(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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 7bfd1e2 commit 024d947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flitter-mobile-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
cache: true

- name: ⚙️ Setup Melos
uses: bluefireteam/melos-action@v2
uses: bluefireteam/melos-action@v3

- name: ⚙️ Install dependencies for all packages
run: melos build:pub_get:all
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flitter-web-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: true

- name: ⚙️ Setup Melos
uses: bluefireteam/melos-action@v2
uses: bluefireteam/melos-action@v3

- name: ⚙️ Install dependencies for all packages
run: melos build:pub_get:all
Expand Down

0 comments on commit 024d947

Please sign in to comment.