diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index 25ac4ca..b81817d 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@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: "Run Flutter Analyze" @@ -62,7 +62,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: Restore Cache diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 958fa4f..02af9f9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,7 +45,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: "Run flutter test" @@ -72,7 +72,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: "Run Android native unit tests" @@ -95,7 +95,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: Cache podfiles @@ -138,7 +138,7 @@ jobs: channel: "stable" cache: true - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: "Run build for Android" @@ -163,7 +163,7 @@ jobs: cache: true architecture: x64 - name: Setup melos - uses: bluefireteam/melos-action@6085791af7036f6366c9a4b9d55105c0ef9c6388 + uses: bluefireteam/melos-action@ef13f68118735113cb48b82cd5ba876da9c3f17c with: melos-version: "6.3.2" - name: Cache podfiles diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index e61709a..f55e55d 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@ef13f68118735113cb48b82cd5ba876da9c3f17c with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.