From f2eddb8f0737715865cdffba26c6ad2f1a418635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 16:05:43 +0000 Subject: [PATCH] Bump chromaui/action from 17.2.0 to 17.3.0 in the actions group Bumps the actions group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 17.2.0 to 17.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/d92ea1ce501f70e8c34745b2c7888648150a368a...05812acac141ce7d317a3f787be88122bca27cf4) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 17.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... 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 141e7c391..fa51dc0fb 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -40,7 +40,7 @@ jobs: - name: Run Chromatic if: env.CHROMATIC_PROJECT_TOKEN - uses: chromaui/action@d92ea1ce501f70e8c34745b2c7888648150a368a # v17 + uses: chromaui/action@05812acac141ce7d317a3f787be88122bca27cf4 # v17 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} onlyChanged: true # 👈 Required option to enable TurboSnap