From 337b2f48706413d23d154c28b168edcc970ea1e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:37:12 +0000 Subject: [PATCH] Bump chromaui/action in the github-actions-root-patch-minor group Bumps the github-actions-root-patch-minor group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 15.2.0 to 15.3.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/5ec258af08deb3e8c36653bd618cb7fe52090031...eea1606238fd97a70b5af723d103953d1f40967b) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 15.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-root-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic-playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chromatic-playwright.yml b/.github/workflows/chromatic-playwright.yml index 5cabe681..b586ba1e 100644 --- a/.github/workflows/chromatic-playwright.yml +++ b/.github/workflows/chromatic-playwright.yml @@ -58,7 +58,7 @@ jobs: - name: Upload to Chromatic (dependency/tooling auto-accept) if: ${{ env.HAS_CHROMATIC_TOKEN == 'true' && env.CHROMATIC_PR_ORIGIN == 'true' }} - uses: chromaui/action@5ec258af08deb3e8c36653bd618cb7fe52090031 # v15.2.0 + uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b # v15.3.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} playwright: true @@ -69,7 +69,7 @@ jobs: - name: Upload to Chromatic if: ${{ env.HAS_CHROMATIC_TOKEN == 'true' && env.CHROMATIC_PR_ORIGIN != 'true' }} - uses: chromaui/action@5ec258af08deb3e8c36653bd618cb7fe52090031 # v15.2.0 + uses: chromaui/action@eea1606238fd97a70b5af723d103953d1f40967b # v15.3.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} playwright: true