diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 4e7683c3..89954f9e 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@55647da90d4e28154ca5610bbd74acbb76e9c150 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@55647da90d4e28154ca5610bbd74acbb76e9c150 with: melos-version: "6.3.2" - name: Restore Cache diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 12dd6b42..20d5a127 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@55647da90d4e28154ca5610bbd74acbb76e9c150 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 2fc3627c..9d4a1b49 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@55647da90d4e28154ca5610bbd74acbb76e9c150 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@55647da90d4e28154ca5610bbd74acbb76e9c150 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@55647da90d4e28154ca5610bbd74acbb76e9c150 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@55647da90d4e28154ca5610bbd74acbb76e9c150 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@55647da90d4e28154ca5610bbd74acbb76e9c150 with: melos-version: "6.3.2" - name: Cache podfiles