From 7acef7d37a1835970806b92fb2b0d160bd414b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 23:08:08 +0000 Subject: [PATCH] chore(deps): bump bluefireteam/melos-action Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 6085791af7036f6366c9a4b9d55105c0ef9c6388 to 8920f2352ffbdb131541306aa5213887373a54de. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/6085791af7036f6366c9a4b9d55105c0ef9c6388...8920f2352ffbdb131541306aa5213887373a54de) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-version: 8920f2352ffbdb131541306aa5213887373a54de dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yaml | 4 ++-- .github/workflows/licence-check.yaml | 2 +- .github/workflows/test-and-build.yaml | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) 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