From 61e8f122f8bd79ab2dbe1f77c367b8f509c9cd32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 07:46:56 +0000 Subject: [PATCH] Bump chromaui/action from 11.27.0 to 13.3.2 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.27.0 to 13.3.2. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/c93e0bc3a63aa176e14a75b61a31847cbfdd341c...bc2d84ad2b60813a67d995c5582d696104a19383) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 13.3.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-a11y-vrt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-a11y-vrt.yml b/.github/workflows/ci-a11y-vrt.yml index b858787f276..2e3f6fad800 100644 --- a/.github/workflows/ci-a11y-vrt.yml +++ b/.github/workflows/ci-a11y-vrt.yml @@ -160,7 +160,7 @@ jobs: STORYBOOK_GITHUB_PR: ${{ github.event.number }} - name: Run Chromatic tests - uses: chromaui/action@c93e0bc3a63aa176e14a75b61a31847cbfdd341c # v11.27.0 + uses: chromaui/action@bc2d84ad2b60813a67d995c5582d696104a19383 # v13.3.2 with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}