From f658829f0ea4e963e431041cb89257fba79941ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:17:49 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 10 to 11 Bumps [chromaui/action](https://github.com/chromaui/action) from 10 to 11. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v10...v11) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 6305c81f..6602b7d2 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -68,7 +68,7 @@ jobs: - name: Install dependencies uses: bahmutov/npm-install@v1 - name: Publish to Chromatic - uses: chromaui/action@v10 + uses: chromaui/action@v11 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # 👈 Required option to enable TurboSnap