Skip to content

Commit

Permalink
chore(deps): bump bluefireteam/melos-action
Browse files Browse the repository at this point in the history
Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from dd3c344d731938d2ab2567a261f54a19a68b5f6a to 5a8367ec4b9942d712528c398ff3f996e03bc230.
- [Release notes](https://github.com/bluefireteam/melos-action/releases)
- [Commits](bluefireteam/melos-action@dd3c344...5a8367e)

---
updated-dependencies:
- dependency-name: bluefireteam/melos-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent 75de6b7 commit 7a7fdc1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- name: 'Run Flutter Analyze'
Expand All @@ -48,7 +48,7 @@ jobs:
with:
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- name: Restore Cache
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- name: 'Run flutter test'
Expand All @@ -57,7 +57,7 @@ jobs:
flutter-version: '3.16.x'
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- name: 'Run Android native unit tests'
Expand All @@ -84,7 +84,7 @@ jobs:
flutter-version: '3.16.x'
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- name: Generate necessary files with flutter build
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
with:
channel: 'stable'
cache: true
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- name: 'Run build for Android'
Expand All @@ -132,7 +132,7 @@ jobs:
channel: 'stable'
cache: true
architecture: x64
- uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
- uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
melos-version: '3.0.1'
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/licence-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
channel: 'stable'
cache: true
- name: Install Melos
uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a
uses: bluefireteam/melos-action@5a8367ec4b9942d712528c398ff3f996e03bc230
with:
# Running `melos bootstrap` is not needed because we use Melos just
# for the `check-license-header` script.
Expand Down

0 comments on commit 7a7fdc1

Please sign in to comment.