From a726baf274b8526b6dbd194fe607baa22422a425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:30:18 +0000 Subject: [PATCH] chore(deps): bump bluefireteam/melos-action Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from dd3c344d731938d2ab2567a261f54a19a68b5f6a to 65144954b52781a85c243153aaa8f07caf2d7755. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/dd3c344d731938d2ab2567a261f54a19a68b5f6a...65144954b52781a85c243153aaa8f07caf2d7755) --- updated-dependencies: - dependency-name: bluefireteam/melos-action 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 520704b..4902ba3 100644 --- a/.github/workflows/analyze.yaml +++ b/.github/workflows/analyze.yaml @@ -29,7 +29,7 @@ jobs: with: channel: 'stable' cache: true - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - name: 'Run Flutter Analyze' @@ -48,7 +48,7 @@ jobs: with: channel: 'stable' cache: true - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - name: Restore Cache diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4ed8116..49b847a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -35,7 +35,7 @@ jobs: with: channel: 'stable' cache: true - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - name: 'Run flutter test' @@ -57,7 +57,7 @@ jobs: flutter-version: '3.16.x' channel: 'stable' cache: true - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - name: 'Run Android native unit tests' @@ -84,7 +84,7 @@ jobs: flutter-version: '3.16.x' channel: 'stable' cache: true - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - name: Generate necessary files with flutter build @@ -112,7 +112,7 @@ jobs: with: channel: 'stable' cache: true - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - name: 'Run build for Android' @@ -132,7 +132,7 @@ jobs: channel: 'stable' cache: true architecture: x64 - - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + - uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: melos-version: '3.0.1' - uses: actions/cache@v3 diff --git a/.github/workflows/licence-check.yaml b/.github/workflows/licence-check.yaml index 674bc1a..8e091ea 100644 --- a/.github/workflows/licence-check.yaml +++ b/.github/workflows/licence-check.yaml @@ -37,7 +37,7 @@ jobs: channel: 'stable' cache: true - name: Install Melos - uses: bluefireteam/melos-action@dd3c344d731938d2ab2567a261f54a19a68b5f6a + uses: bluefireteam/melos-action@65144954b52781a85c243153aaa8f07caf2d7755 with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.