From c6a50a0e1633b40d682aec092cd878de280ca7d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 05:52:18 +0000 Subject: [PATCH] Bump chromaui/action from 15 to 17 Bumps [chromaui/action](https://github.com/chromaui/action) from 15 to 17. - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/action/compare/v15...v17) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '17' 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 e38294222..adc705118 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -26,6 +26,6 @@ jobs: run: pnpm install # 👇 Adds Chromatic as a step in the workflow - name: Publish to Chromatic - uses: chromaui/action@v15 + uses: chromaui/action@v17 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}