From df7407bed022a495ef13736a7170d7f3d8e1fd5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 16:20:23 +0000 Subject: [PATCH] Bump chromaui/action from 13 to 15 Bumps [chromaui/action](https://github.com/chromaui/action) from 13 to 15. - [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/v13...v15) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: '15' 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 371b31b8..770074ca 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@v13 + uses: chromaui/action@v15 with: autoAcceptChanges: main branchName: ${{ env.CHROMATIC_BRANCH}}