diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index c66aad8..7e2eb3d 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@8cca19067d5bc4021b5a9f4656955d8b386583bf 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@8cca19067d5bc4021b5a9f4656955d8b386583bf with: melos-version: "6.0.0" - name: "Formatter version" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99f3d3c..49a9f72 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@8cca19067d5bc4021b5a9f4656955d8b386583bf 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@8cca19067d5bc4021b5a9f4656955d8b386583bf 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@8cca19067d5bc4021b5a9f4656955d8b386583bf 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@8cca19067d5bc4021b5a9f4656955d8b386583bf 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@8cca19067d5bc4021b5a9f4656955d8b386583bf 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..f90ce7b 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@8cca19067d5bc4021b5a9f4656955d8b386583bf with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.