From ed8048c76c4a4c24e18801de5b16c446ec8fa734 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 02:02:14 +0000 Subject: [PATCH] Bump chromaui/action from 12.0.0 to 12.2.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 12.0.0 to 12.2.0. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v12.0.0...v12.2.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 12.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-node-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-node-python.yml b/.github/workflows/build-node-python.yml index cd627de6..63b1c5f1 100644 --- a/.github/workflows/build-node-python.yml +++ b/.github/workflows/build-node-python.yml @@ -457,7 +457,7 @@ jobs: path: playwright-report/ - name: Run Chromatic Playwright if: ${{ inputs.chromatic_enable }} - uses: chromaui/action@v12.0.0 + uses: chromaui/action@v12.2.0 with: playwright: true exitZeroOnChanges: true