diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index c66aad8..ef2bd37 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -34,7 +34,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - name: "Run Flutter Analyze" @@ -75,7 +75,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - name: "Formatter version" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99f3d3c..5d32937 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - name: "Run flutter test" @@ -62,7 +62,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - name: "Run Android native unit tests" @@ -88,7 +88,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - name: Select XCode 16.1 @@ -119,7 +119,7 @@ jobs: flutter-version: "3.32.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - name: "Run build for Android" @@ -140,7 +140,7 @@ jobs: channel: "stable" cache: true architecture: x64 - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: melos-version: "6.0.0" - uses: actions/cache@v4 diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 1d3f49b..646a5c5 100644 --- a/.github/workflows/licence-check.yaml +++ b/.github/workflows/licence-check.yaml @@ -42,7 +42,7 @@ jobs: channel: "stable" cache: true - name: Install Melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@2408788be6288cbaded50366345b0171e2fbe919 with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.