diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 346dba5b..0b581268 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@8920f2352ffbdb131541306aa5213887373a54de 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@8920f2352ffbdb131541306aa5213887373a54de with: melos-version: "6.3.2" - name: Restore Cache diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 11524680..a82421d0 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@8920f2352ffbdb131541306aa5213887373a54de 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 8357d365..a25f9f7a 100644 --- a/.github/workflows/test-and-build.yaml +++ b/.github/workflows/test-and-build.yaml @@ -44,7 +44,7 @@ jobs: flutter-version: "3.38.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@8920f2352ffbdb131541306aa5213887373a54de 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@8920f2352ffbdb131541306aa5213887373a54de 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@8920f2352ffbdb131541306aa5213887373a54de 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@8920f2352ffbdb131541306aa5213887373a54de 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@8920f2352ffbdb131541306aa5213887373a54de with: melos-version: "6.3.2" - name: Cache podfiles