From ea64114f0abc669a87a8086bde8d67338f755622 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 12:04:41 +0000 Subject: [PATCH] build(deps): bump chromaui/action from 13.3.5 to 18.5.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 13.3.5 to 18.5.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/07791f8243f4cb2698bf4d00426baf4b2d1cb7e0...534eebfc19023579541d106f7b61d5ad70ed65c7) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 18.5.0 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 bb50ca40b..9346236ee 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -17,7 +17,7 @@ jobs: - uses: ./.github/actions/setup - name: Run Chromatic - uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13.3.5 + uses: chromaui/action@534eebfc19023579541d106f7b61d5ad70ed65c7 # v18.5.0 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} exitZeroOnChanges: true