From 09493df74f7be468ecb0abf6a9c58ec39b249258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:43:17 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 16.9.0 to 16.10.1 Bumps [chromaui/action](https://github.com/chromaui/action) from 16.9.0 to 16.10.1. - [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/84e0c70520cf012d7cbcd0d9677b4240f893e25e...1bbb5819252d9782cb7d77122d9becae467def18) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 68726bc..bf8d5de 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -45,7 +45,7 @@ jobs: - run: npm run build - name: Publish to Chromatic - uses: chromaui/action@84e0c70520cf012d7cbcd0d9677b4240f893e25e # latest + uses: chromaui/action@1bbb5819252d9782cb7d77122d9becae467def18 # latest with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} exitZeroOnChanges: true