From da747cd1023be789586995ac4492bad0ccedf5c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 02:36:47 +0000 Subject: [PATCH] Bump chromaui/action from 15 to 16 Bumps [chromaui/action](https://github.com/chromaui/action) from 15 to 16. - [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...v16) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '16' 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 770074ca..ee3a62bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Storybook deploy if: ${{ env.CHROMATIC_PROJECT_TOKEN }} - uses: chromaui/action@v15 + uses: chromaui/action@v16 with: autoAcceptChanges: main branchName: ${{ env.CHROMATIC_BRANCH}}