diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index e5bb25d..3fe420d 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -34,7 +34,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: melos-version: "6.0.0" - name: "Run Flutter Analyze" @@ -74,7 +74,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: melos-version: "6.0.0" - name: "Formatter version" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6cb8943..30bfdab 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: melos-version: "6.0.0" - name: "Run flutter test" @@ -62,7 +62,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: melos-version: "6.0.0" - name: "Run Android native unit tests" @@ -88,7 +88,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: melos-version: "6.0.0" - name: Generate necessary files with flutter build @@ -117,7 +117,7 @@ jobs: flutter-version: "3.22.x" channel: "stable" cache: true - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: melos-version: "6.0.0" - name: "Run build for Android" @@ -138,7 +138,7 @@ jobs: channel: "stable" cache: true architecture: x64 - - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + - uses: bluefireteam/melos-action@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 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 7286b0c..5b546d3 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@7e70fbe34bbd91a75eb505eeb4174b0ac9a1df52 with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.