Skip to content

Commit e682ccf

Browse files
chore(deps): bump bluefireteam/melos-action from 3.4.0 to 3.8.0
Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 3.4.0 to 3.8.0. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](bluefireteam/melos-action@8cca190...2982f8e) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2dd432 commit e682ccf

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.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@8cca19067d5bc4021b5a9f4656955d8b386583bf
40+
uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
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@8cca19067d5bc4021b5a9f4656955d8b386583bf
64+
uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
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@8cca19067d5bc4021b5a9f4656955d8b386583bf
48+
uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
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@8cca19067d5bc4021b5a9f4656955d8b386583bf
47+
- uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
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@8cca19067d5bc4021b5a9f4656955d8b386583bf
78+
uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
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@8cca19067d5bc4021b5a9f4656955d8b386583bf
104+
uses: bluefireteam/melos-action@2982f8e4fc92440a219490009d6d05195cb1a6a5
105105
with:
106106
melos-version: "6.0.0"
107107
- name: Cache podfiles

0 commit comments

Comments
 (0)