From 605bea0b8c2610a3f36532f28d23ddcf532cd72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 08:35:14 +0000 Subject: [PATCH] Bump bluefireteam/melos-action from 2 to 3 Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 2 to 3. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/v2...v3) --- updated-dependencies: - dependency-name: bluefireteam/melos-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bd1c2e9..b44ce1a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: cache: true # Setup the melos environment. - - uses: bluefireteam/melos-action@v2 + - uses: bluefireteam/melos-action@v3 - name: Install dependencies run: melos bootstrap