From 6154db6888097a00e41df25ad32ec116a8d09f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 13:08:30 +0000 Subject: [PATCH] build(deps): bump chromaui/action from 12.0.0 to 13.3.3 Bumps [chromaui/action](https://github.com/chromaui/action) from 12.0.0 to 13.3.3. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v12.0.0...v13.3.3) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 13.3.3 dependency-type: direct:production update-type: version-update:semver-major ... 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 5d6f453d..baf29d19 100644 --- a/.github/workflows/build-node-python.yml +++ b/.github/workflows/build-node-python.yml @@ -485,7 +485,7 @@ jobs: path: playwright-report/ - name: Run Chromatic Playwright if: ${{ inputs.chromatic_enable }} - uses: chromaui/action@v12.0.0 + uses: chromaui/action@v13.3.3 with: playwright: true exitZeroOnChanges: true