Skip to content

Commit

Permalink
chore(deps): bump bluefireteam/melos-action
Browse files Browse the repository at this point in the history
Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from c7dcb921b23cc520cace360b95d02b37bf09cdaa to ec2c512a52c2f359186ca19bac0be977c44913e6.
- [Release notes](https://github.com/bluefireteam/melos-action/releases)
- [Commits](bluefireteam/melos-action@c7dcb92...ec2c512)

---
updated-dependencies:
- dependency-name: bluefireteam/melos-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent ece37d3 commit fa14390
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sdk: "stable"

- name: Ⓜ️ Set up Melos
uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6

- name: 🧪 Run Integration Tests
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sdk: "stable"

- name: Ⓜ️ Set up Melos
uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6

- name: 🧪 Run Analyze
run: melos run analyze
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
sdk: "stable"

- name: Ⓜ️ Set up Melos
uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6

- name: 🔨 Generate
run: melos run generate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
with:
fetch-depth: 0
- uses: dart-lang/[email protected]
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
tag: true
2 changes: 1 addition & 1 deletion .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
fetch-depth: 0
- uses: dart-lang/[email protected]
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
run-versioning: ${{ inputs.prerelease == false }}
run-versioning-prerelease: ${{ inputs.prerelease == true }}
Expand Down

0 comments on commit fa14390

Please sign in to comment.