Skip to content

Commit

Permalink
chore(deps): bump bluefireteam/melos-action from 2 to 3 (#170)
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>
Co-authored-by: Oleksandr Prokhorenko <[email protected]>
  • Loading branch information
dependabot[bot] and minikin authored Dec 18, 2023
1 parent fac79e7 commit e82cbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-mobile-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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/flutter-web-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 e82cbb3

Please sign in to comment.