diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 7a994547..acad6825 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -37,7 +37,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: "Run Flutter Analyze" @@ -61,7 +61,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: Restore Cache diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 89b40d43..dec9f317 100644 --- a/.github/workflows/licence-check.yaml +++ b/.github/workflows/licence-check.yaml @@ -45,7 +45,7 @@ jobs: channel: "stable" cache: true - name: Install Melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script. diff --git a/.github/workflows/test-and-build.yaml b/.github/workflows/test-and-build.yaml index 06c2b28e..346872f8 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -44,7 +44,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: "Run flutter test" @@ -71,7 +71,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: "Run Android native unit tests" @@ -101,7 +101,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: Cache podfiles @@ -151,7 +151,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: Download Build Artifact @@ -189,7 +189,7 @@ jobs: cache: true architecture: x64 - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@b3ccbb59dd75a6c926d54684abd8c5cda074457a with: melos-version: "6.3.2" - name: Cache podfiles