From 441871b555c47b803e0cbc29bfaf66103f5a607e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:31:03 +0000 Subject: [PATCH] Bump chromaui/action from 11.25.0 to 11.25.1 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.25.0 to 11.25.1. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.25.0...v11.25.1) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-patch ... 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 3b35a26e..85dfc7d3 100644 --- a/.github/workflows/build-node-python.yml +++ b/.github/workflows/build-node-python.yml @@ -454,7 +454,7 @@ jobs: path: playwright-report/ - name: Run Chromatic Playwright if: ${{ inputs.chromatic_enable }} - uses: chromaui/action@v11.25.0 + uses: chromaui/action@v11.25.1 with: playwright: true exitZeroOnChanges: true