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 6085791af7036f6366c9a4b9d55105c0ef9c6388 to ec2c512a52c2f359186ca19bac0be977c44913e6.
- [Release notes](https://github.com/bluefireteam/melos-action/releases)
- [Commits](bluefireteam/melos-action@6085791...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 29, 2024
1 parent 962cc80 commit 7fdbffa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: "Run Flutter Analyze"
Expand All @@ -61,7 +61,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: Restore Cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
channel: "stable"
cache: true
- name: Install Melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
# Running `melos bootstrap` is not needed because we use Melos just
# for the `check-license-header` script.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
flutter-version: "3.22.x"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: "Run flutter test"
Expand All @@ -71,7 +71,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: "Run Android native unit tests"
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: Cache podfiles
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: Download Build Artifact
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
cache: true
architecture: x64
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
with:
melos-version: "6.0.0"
- name: Cache podfiles
Expand Down

0 comments on commit 7fdbffa

Please sign in to comment.