From 362d60a3c2ceeb93c55056f62091a6707f1241fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 10:20:11 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 1 to 10 Bumps [chromaui/action](https://github.com/chromaui/action) from 1 to 10. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v1...v10) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 76701386b..6d357d16d 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -41,7 +41,7 @@ jobs: env: NODE_OPTIONS: --max-old-space-size=6144 - - uses: chromaui/action@v1 + - uses: chromaui/action@v10 with: onlyChanged: true exitOnceUploaded: true