diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 53e9c7d..f0ca0e7 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@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - 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@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - name: Restore Cache diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 992a27e..860c87e 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@ec2c512a52c2f359186ca19bac0be977c44913e6 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 50f8a1d..8d54c5e 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -44,7 +44,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - 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@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - 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@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - name: Cache podfiles @@ -151,7 +151,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - 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@ec2c512a52c2f359186ca19bac0be977c44913e6 with: melos-version: "6.0.0" - name: Cache podfiles