From e2e06bbcbc0e26397fdea6ae7e58388089a710d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 07:52:29 +0000 Subject: [PATCH] Bump chromaui/action from 16 to 16.3.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 16 to 16.3.0. - [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/v16...v16.3.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 19fadb44..bd2cb291 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@v16 + uses: chromaui/action@v16.3.0 with: autoAcceptChanges: main branchName: ${{ env.CHROMATIC_BRANCH}}