From 0a2db8ea4602a30861324ab7e3532e60948f9235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:18:56 +0100 Subject: [PATCH] Bump chromaui/action from 11.18.0 to 11.18.1 (#277) Bumps [chromaui/action](https://github.com/chromaui/action) from 11.18.0 to 11.18.1. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.18.0...v11.18.1) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/visual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/visual.yml b/.github/workflows/visual.yml index 0ba36c24..cffcc0f7 100644 --- a/.github/workflows/visual.yml +++ b/.github/workflows/visual.yml @@ -29,7 +29,7 @@ jobs: uses: ./.github/actions/init-node - name: Publish to Chromatic if: steps.today.outputs.has_commits == 'true' - uses: chromaui/action@v11.18.0 + uses: chromaui/action@v11.18.1 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} buildScriptName: build:visual