From 7a7fdc1d3656341bb23f11b363c05772628d881b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 23:50:10 +0000 Subject: [PATCH] chore(deps): bump bluefireteam/melos-action Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from dd3c344d731938d2ab2567a261f54a19a68b5f6a to 5a8367ec4b9942d712528c398ff3f996e03bc230. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/dd3c344d731938d2ab2567a261f54a19a68b5f6a...5a8367ec4b9942d712528c398ff3f996e03bc230) --- 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..f774e59 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@5a8367ec4b9942d712528c398ff3f996e03bc230 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@5a8367ec4b9942d712528c398ff3f996e03bc230 with: melos-version: '3.0.1' - name: Restore Cache diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4ed8116..c636dbb 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@5a8367ec4b9942d712528c398ff3f996e03bc230 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@5a8367ec4b9942d712528c398ff3f996e03bc230 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@5a8367ec4b9942d712528c398ff3f996e03bc230 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@5a8367ec4b9942d712528c398ff3f996e03bc230 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@5a8367ec4b9942d712528c398ff3f996e03bc230 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..7d371cd 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@5a8367ec4b9942d712528c398ff3f996e03bc230 with: # Running `melos bootstrap` is not needed because we use Melos just # for the `check-license-header` script.