Skip to content

Commit 693be72

Browse files
chore(deps): bump bluefireteam/melos-action (#13022)
Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 5a8367ec4b9942d712528c398ff3f996e03bc230 to 6085791af7036f6366c9a4b9d55105c0ef9c6388. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](bluefireteam/melos-action@5a8367e...6085791) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a86ae0 commit 693be72

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
channel: 'stable'
3030
cache: true
31-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
31+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
3232
with:
3333
melos-version: '5.3.0'
3434
- name: 'Run Analyze'
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
channel: 'stable'
4848
cache: true
49-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
49+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
5050
with:
5151
melos-version: '5.3.0'
5252
- name: 'Pub Check'
@@ -63,7 +63,7 @@ jobs:
6363
with:
6464
channel: 'stable'
6565
cache: true
66-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
66+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
6767
with:
6868
melos-version: '5.3.0'
6969
- name: 'Flutter Pub Get'
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
channel: 'stable'
8383
cache: true
84-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
84+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
8585
with:
8686
melos-version: '5.3.0'
8787
- uses: Homebrew/actions/setup-homebrew@master
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
channel: 'stable'
117117
cache: true
118-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
118+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
119119
with:
120120
melos-version: '5.3.0'
121121
- name: 'Build Examples'
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
channel: 'stable'
134134
cache: true
135-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
135+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
136136
with:
137137
melos-version: '5.3.0'
138138
- name: 'Flutter Test'
@@ -154,7 +154,7 @@ jobs:
154154
- name: Install Dart
155155
uses: dart-lang/setup-dart@fedb1266e91cf51be2fdb382869461a434b920a3
156156
- name: Install Melos
157-
uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
157+
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
158158
with:
159159
# Running `melos bootstrap` is not needed because we use Melos just
160160
# for the `check-license-header` script.

.github/workflows/e2e_tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
channel: 'stable'
5353
cache: true
54-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
54+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
5555
with:
5656
run-bootstrap: false
5757
melos-version: '5.3.0'
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
channel: 'stable'
129129
cache: true
130-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
130+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
131131
with:
132132
run-bootstrap: false
133133
melos-version: '5.3.0'
@@ -203,7 +203,7 @@ jobs:
203203
with:
204204
channel: 'stable'
205205
cache: true
206-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
206+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
207207
with:
208208
run-bootstrap: false
209209
melos-version: '5.3.0'
@@ -256,7 +256,7 @@ jobs:
256256
with:
257257
channel: 'stable'
258258
cache: true
259-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
259+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
260260
with:
261261
run-bootstrap: false
262262
melos-version: '5.3.0'
@@ -312,7 +312,7 @@ jobs:
312312
# TODO: Remove this once WASM is on stable.
313313
channel: 'master'
314314
cache: true
315-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
315+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
316316
with:
317317
run-bootstrap: false
318318
melos-version: '5.3.0'
@@ -364,7 +364,7 @@ jobs:
364364
with:
365365
channel: 'stable'
366366
cache: true
367-
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
367+
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
368368
with:
369369
run-bootstrap: false
370370
melos-version: '3.0.0'

0 commit comments

Comments
 (0)