Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump bluefireteam/melos-action from dd3c344d731938d2ab2567a261f54a19a68b5f6a to 65144954b52781a85c243153aaa8f07caf2d7755 #25

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
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@65144954b52781a85c243153aaa8f07caf2d7755
with:
# Running `melos bootstrap` is not needed because we use Melos just
# for the `check-license-header` script.
Expand Down
Loading