From 4039ae0b08f5440d36481f80570606a49451ef5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 08:45:15 +0000 Subject: [PATCH] Bump bluefireteam/melos-action from 1 to 2 Bumps [bluefireteam/melos-action](https://github.com/bluefireteam/melos-action) from 1 to 2. - [Release notes](https://github.com/bluefireteam/melos-action/releases) - [Commits](https://github.com/bluefireteam/melos-action/compare/v1...v2) --- 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 33e83f9..c312395 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@v1 + - uses: bluefireteam/melos-action@v2 - name: Install dependencies run: melos bootstrap