From 4f05406d413184648365eadeb506e2a4299858c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 17:54:22 +0000 Subject: [PATCH] build(deps): bump bluefireteam/melos-action Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from c7dcb921b23cc520cace360b95d02b37bf09cdaa to 62e2570ad84b9f7c84a1d324f2077a30bf3f877d. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/c7dcb921b23cc520cace360b95d02b37bf09cdaa...62e2570ad84b9f7c84a1d324f2077a30bf3f877d) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-version: 62e2570ad84b9f7c84a1d324f2077a30bf3f877d dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1dbc233b..2707d118 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,7 +69,7 @@ jobs: DATABASE_ID=${{ secrets.DATABASE_ID }} POSTS_COLLECTION_ID=${{ secrets.POSTS_COLLECTION_ID }} - name: 📦 Install dependencies - uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa # v3 + uses: bluefireteam/melos-action@62e2570ad84b9f7c84a1d324f2077a30bf3f877d # v3 with: run-bootstrap: true enforce-lockfile: true @@ -204,7 +204,7 @@ jobs: key: generated-${{ steps.flutter.outputs.CHANNEL }}-${{ runner.os }}-${{ hashFiles('**/build.yaml') }}-${{ hashFiles('packages/*/lib/**.dart') }} restore-keys: generated-${{ steps.flutter.outputs.CHANNEL }}-${{ runner.os }}- - name: 🌋 Install Melos - uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa # v3 + uses: bluefireteam/melos-action@62e2570ad84b9f7c84a1d324f2077a30bf3f877d # v3 with: run-bootstrap: false - name: 📦 Install dependencies @@ -257,7 +257,7 @@ jobs: key: generated-${{ steps.flutter.outputs.CHANNEL }}-${{ runner.os }}-${{ hashFiles('**/build.yaml') }}-${{ hashFiles('packages/*/lib/**.dart') }} restore-keys: generated-${{ steps.flutter.outputs.CHANNEL }}-${{ runner.os }}- - name: 🌋 Install Melos - uses: bluefireteam/melos-action@c7dcb921b23cc520cace360b95d02b37bf09cdaa # v3 + uses: bluefireteam/melos-action@62e2570ad84b9f7c84a1d324f2077a30bf3f877d # v3 with: run-bootstrap: false - name: 📦 Install dependencies