From ddb3191bf718aa285be5824008b0b0580967e563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 21:08:57 +0000 Subject: [PATCH] chore(deps): bump bluefireteam/melos-action Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 6085791af7036f6366c9a4b9d55105c0ef9c6388 to 1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/6085791af7036f6366c9a4b9d55105c0ef9c6388...1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-version: 1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze.yaml | 4 ++-- .github/workflows/build.yaml | 10 +++++----- .github/workflows/licence-check.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/analyze.yaml b/.github/workflows/analyze.yaml index c66aad8..d59de7a 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 with: melos-version: "6.0.0" - name: "Formatter version" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 99f3d3c..85280b2 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 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..f02b77c 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@1fcce96d64f55bb38ff836ba724b9f6dbf1c1ce5 with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.