Skip to content

Commit 8f227e8

Browse files
authored
Merge pull request #25 from googlemaps-samples/dependabot/github_actions/bluefireteam/melos-action-3.4.0
chore(deps): bump bluefireteam/melos-action from 3.3.0 to 3.4.0
2 parents aa29ad5 + f7231bd commit 8f227e8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/analyze.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
channel: "stable"
3838
cache: true
3939
- name: Setup melos
40-
uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a
40+
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
4141
with:
4242
melos-version: "6.0.0"
4343
- name: "Run Flutter Analyze"
@@ -61,7 +61,7 @@ jobs:
6161
channel: "stable"
6262
cache: true
6363
- name: Setup melos
64-
uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a
64+
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
6565
with:
6666
melos-version: "6.0.0"
6767
- name: Run format

.github/workflows/licence-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
channel: "stable"
4646
cache: true
4747
- name: Install Melos
48-
uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a
48+
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
4949
with:
5050
# Running `melos bootstrap` is not needed because we use Melos just
5151
# for the `check-license-header` script.

.github/workflows/test-and-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
flutter-version: "3.x"
4545
channel: "stable"
4646
cache: true
47-
- uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a
47+
- uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
4848
with:
4949
melos-version: "6.0.0"
5050
- name: "Run flutter test"
@@ -75,7 +75,7 @@ jobs:
7575
channel: "stable"
7676
cache: true
7777
- name: Setup melos
78-
uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a
78+
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
7979
with:
8080
melos-version: "6.0.0"
8181
- name: "Run build for Android"
@@ -101,7 +101,7 @@ jobs:
101101
cache: true
102102
architecture: x64
103103
- name: Setup melos
104-
uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a
104+
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
105105
with:
106106
melos-version: "6.0.0"
107107
- name: Cache podfiles

0 commit comments

Comments
 (0)