Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump bluefireteam/melos-action from 6085791af7036f6366c9a4b9d55105c0ef9c6388 to 68b03fa391f4242e956f7e39e9ee27c096b901e4 #212

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
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@68b03fa391f4242e956f7e39e9ee27c096b901e4
with:
melos-version: "6.0.0"
- name: Cache podfiles
Expand Down
Loading