From 3164d9e450516fd0177d2516a4dd3e0939be30a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 06:00:56 +0000 Subject: [PATCH] Bump chromaui/action from 11 to 12 Bumps [chromaui/action](https://github.com/chromaui/action) from 11 to 12. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11...v12) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/js_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js_test.yml b/.github/workflows/js_test.yml index d8eaa891..17f3f1d6 100644 --- a/.github/workflows/js_test.yml +++ b/.github/workflows/js_test.yml @@ -54,7 +54,7 @@ jobs: token: ${{ secrets.CODECOV_TOKEN }} - run: bun run type-check - name: Publish to Chromatic - uses: chromaui/action@v11 + uses: chromaui/action@v13 # Chromatic GitHub Action options with: # 👇 Chromatic projectToken, refer to the manage page to obtain it.