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 cf344238f6027b5d5f86d730b9e69483672f353e.
- [Release notes](https://github.com/bluefireteam/melos-action/releases)
- [Commits](bluefireteam/melos-action@dd3c344...cf34423)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent 4835079 commit a275bbf
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
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@cf344238f6027b5d5f86d730b9e69483672f353e
with:
# Running `melos bootstrap` is not needed because we use Melos just
# for the `check-license-header` script.
Expand Down

0 comments on commit a275bbf

Please sign in to comment.