From 7c0288cb9d4cce6c9a0f0c55b25d686ab732c34e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 08:04:11 +0000 Subject: [PATCH] Bump chromaui/action from 11.27.0 to 12.2.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.27.0 to 12.2.0. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/c93e0bc3a63aa176e14a75b61a31847cbfdd341c...c50adf8eaa8c2878af3263499a73077854de39d4) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 12.2.0 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 1c8affddaae..2d7047dad13 100644 --- a/.github/workflows/ci-a11y-vrt.yml +++ b/.github/workflows/ci-a11y-vrt.yml @@ -159,7 +159,7 @@ jobs: STORYBOOK_GITHUB_PR: ${{ github.event.number }} - name: Run Chromatic tests - uses: chromaui/action@c93e0bc3a63aa176e14a75b61a31847cbfdd341c # v11.27.0 + uses: chromaui/action@c50adf8eaa8c2878af3263499a73077854de39d4 # v12.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}