Skip to content
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 @@ -37,7 +37,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: "Run Flutter Analyze"
Expand All @@ -61,7 +61,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: Restore Cache
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 @@ -45,7 +45,7 @@ jobs:
channel: "stable"
cache: true
- name: Install Melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
# Running `melos bootstrap` is not needed because we use Melos just
# for the `check-license-header` script.
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/test-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
flutter-version: "3.32.x"
channel: "stable"
cache: true
- uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
- uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: "Run flutter test"
Expand All @@ -71,7 +71,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: "Run Android native unit tests"
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: Cache podfiles
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
channel: "stable"
cache: true
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: Download Build Artifact
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
cache: true
architecture: x64
- name: Setup melos
uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388
uses: bluefireteam/melos-action@8cca19067d5bc4021b5a9f4656955d8b386583bf
with:
melos-version: "6.3.2"
- name: Cache podfiles
Expand Down
Loading