From bf062710b5cd75b221d311e75e0ca86a5f01de20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:33:23 +0000 Subject: [PATCH] chore: bump chromaui/action from 11.10.2 to 11.10.3 Bumps [chromaui/action](https://github.com/chromaui/action) from 11.10.2 to 11.10.3. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/v11.10.2...v11.10.3) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ui-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-review.yml b/.github/workflows/ui-review.yml index 4b2ec00cb..8d3dd704c 100644 --- a/.github/workflows/ui-review.yml +++ b/.github/workflows/ui-review.yml @@ -43,7 +43,7 @@ jobs: # 👇 Adds Chromatic as a step in the workflow - name: Publish to Chromatic - uses: chromaui/action@v11.10.2 + uses: chromaui/action@v11.10.3 # Chromatic GitHub Action options with: # 👇 Chromatic projectToken, refer to the manage page to obtain it.