Skip to content

Commit 7a2310a

Browse files
chore(deps): bump bluefireteam/melos-action
Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 6085791af7036f6366c9a4b9d55105c0ef9c6388 to c7dcb921b23cc520cace360b95d02b37bf09cdaa. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](bluefireteam/melos-action@6085791...c7dcb92) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0d17144 commit 7a2310a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
flutter-version: "3.22.x"
3535
channel: "stable"
3636
cache: true
37-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
37+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
3838
with:
3939
melos-version: "6.0.0"
4040
- name: "Run Flutter Analyze"
@@ -54,7 +54,7 @@ jobs:
5454
flutter-version: "3.22.x"
5555
channel: "stable"
5656
cache: true
57-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
57+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
5858
with:
5959
melos-version: "6.0.0"
6060
- name: Restore Cache

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
flutter-version: "3.22.x"
4141
channel: "stable"
4242
cache: true
43-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
43+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
4444
with:
4545
melos-version: "6.0.0"
4646
- name: "Run flutter test"
@@ -62,7 +62,7 @@ jobs:
6262
flutter-version: "3.22.x"
6363
channel: "stable"
6464
cache: true
65-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
65+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
6666
with:
6767
melos-version: "6.0.0"
6868
- name: "Run Android native unit tests"
@@ -88,7 +88,7 @@ jobs:
8888
flutter-version: "3.22.x"
8989
channel: "stable"
9090
cache: true
91-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
91+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
9292
with:
9393
melos-version: "6.0.0"
9494
- name: Generate necessary files with flutter build
@@ -117,7 +117,7 @@ jobs:
117117
flutter-version: "3.22.x"
118118
channel: "stable"
119119
cache: true
120-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
120+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
121121
with:
122122
melos-version: "6.0.0"
123123
- name: "Run build for Android"
@@ -138,7 +138,7 @@ jobs:
138138
channel: "stable"
139139
cache: true
140140
architecture: x64
141-
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
141+
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
142142
with:
143143
melos-version: "6.0.0"
144144
- uses: actions/cache@v4

.github/workflows/licence-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
channel: "stable"
4343
cache: true
4444
- name: Install Melos
45-
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
45+
uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
4646
with:
4747
# Running `melos bootstrap` is not needed because we use Melos just
4848
# for the `check-license-header` script.

0 commit comments

Comments
 (0)