Skip to content

Commit 0f8e5c3

Browse files
chore(deps): bump bluefireteam/melos-action
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] <support@github.com>
1 parent c67075e commit 0f8e5c3

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/all_plugins.yaml

Lines changed: 8 additions & 8 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@c7dcb921b23cc520cace360b95d02b37bf09cdaa
31+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
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@c7dcb921b23cc520cace360b95d02b37bf09cdaa
49+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
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@c7dcb921b23cc520cace360b95d02b37bf09cdaa
66+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
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@c7dcb921b23cc520cace360b95d02b37bf09cdaa
84+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
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@c7dcb921b23cc520cace360b95d02b37bf09cdaa
118+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
119119
with:
120120
melos-version: '5.3.0'
121121
- name: 'Build Examples'
@@ -139,7 +139,7 @@ jobs:
139139
cd packages/firebase_core/firebase_core/example
140140
flutter pub add $FLUTTER_DEPENDENCIES
141141
cd ../../../..
142-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
142+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
143143
with:
144144
melos-version: '5.3.0'
145145
- name: 'Swift Integration Setup'
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
channel: 'stable'
158158
cache: true
159-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
159+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
160160
with:
161161
melos-version: '5.3.0'
162162
- name: 'Flutter Test'
@@ -178,7 +178,7 @@ jobs:
178178
- name: Install Dart
179179
uses: dart-lang/setup-dart@e630b99d28a3b71860378cafdc2a067c71107f94
180180
- name: Install Melos
181-
uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
181+
uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
182182
with:
183183
# Running `melos bootstrap` is not needed because we use Melos just
184184
# for the `check-license-header` script.

.github/workflows/android.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
cache: true
5656
cache-key: flutter-${{ runner.os }}
5757
pub-cache-key: pub-${{ runner.os }}
58-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
58+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
5959
with:
6060
run-bootstrap: false
6161
melos-version: '5.3.0'

.github/workflows/e2e_tests_fdc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: true
5050
- name: Setup PostgreSQL for Linux/macOS/Windows
5151
uses: ikalnytskyi/action-setup-postgres@v7
52-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
52+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
5353
with:
5454
run-bootstrap: false
5555
melos-version: '5.3.0'
@@ -128,7 +128,7 @@ jobs:
128128
with:
129129
channel: 'stable'
130130
cache: true
131-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
131+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
132132
with:
133133
run-bootstrap: false
134134
melos-version: '5.3.0'
@@ -190,7 +190,7 @@ jobs:
190190
with:
191191
channel: 'stable'
192192
cache: true
193-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
193+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
194194
with:
195195
run-bootstrap: false
196196
melos-version: '5.3.0'

.github/workflows/ios.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache: true
6868
cache-key: flutter-${{ runner.os }}
6969
pub-cache-key: pub-${{ runner.os }}
70-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
70+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
7171
with:
7272
run-bootstrap: false
7373
melos-version: '5.3.0'

.github/workflows/macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
cache: true
6868
cache-key: flutter-${{ runner.os }}
6969
pub-cache-key: pub-${{ runner.os }}
70-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
70+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
7171
with:
7272
run-bootstrap: false
7373
melos-version: '5.3.0'

.github/workflows/web.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: true
5050
cache-key: flutter-${{ runner.os }}
5151
pub-cache-key: pub-${{ runner.os }}
52-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
52+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
5353
with:
5454
run-bootstrap: false
5555
melos-version: '5.3.0'
@@ -101,7 +101,7 @@ jobs:
101101
cache: true
102102
cache-key: flutter-${{ runner.os }}
103103
pub-cache-key: pub-${{ runner.os }}
104-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
104+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
105105
with:
106106
run-bootstrap: false
107107
melos-version: '5.3.0'
@@ -158,7 +158,7 @@ jobs:
158158
cache: true
159159
cache-key: flutter-${{ runner.os }}
160160
pub-cache-key: pub-${{ runner.os }}
161-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
161+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
162162
with:
163163
run-bootstrap: false
164164
melos-version: '5.3.0'

.github/workflows/windows.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
cache: true
4545
cache-key: flutter-${{ runner.os }}
4646
pub-cache-key: pub-${{ runner.os }}
47-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
47+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
4848
with:
4949
run-bootstrap: false
5050
melos-version: '3.0.0'
@@ -76,7 +76,7 @@ jobs:
7676
cache: true
7777
cache-key: flutter-${{ runner.os }}
7878
pub-cache-key: pub-${{ runner.os }}
79-
- uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa
79+
- uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6
8080
with:
8181
run-bootstrap: false
8282
melos-version: '3.0.0'

0 commit comments

Comments
 (0)