From e067bb7f1c6b51e04488cb20ded215272ae698a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 17:04:42 +0000 Subject: [PATCH] build(deps): bump chromaui/action from 1 to 13 Bumps [chromaui/action](https://github.com/chromaui/action) from 1 to 13. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v1...v13) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '13' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68220f..098d938 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,7 +79,7 @@ jobs: run: npm run build-storybook - name: Publish to Chromatic - uses: chromaui/action@v1 + uses: chromaui/action@v13 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} storybookBuildDir: "storybook-static"