From 35ea3a5a87f948f48adced26ccb71b112bb8a55d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:18:44 +0000 Subject: [PATCH] Bump chromaui/action from 11.3.0 to 11.5.3 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.3.0 to 11.5.3. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.3.0...v11.5.3) --- updated-dependencies: - dependency-name: chromaui/action 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 ce1a7c4d..5ec75854 100644 --- a/.github/workflows/build-node-python.yml +++ b/.github/workflows/build-node-python.yml @@ -139,7 +139,7 @@ jobs: enable_cache: ${{ inputs.runs_on != 'self-hosted' }} - name: Run Chromatic if: ${{ inputs.chromatic_enable }} - uses: chromaui/action@v11.3.0 + uses: chromaui/action@v11.5.3 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}