From 8d4722e2f105e13dd8e2ee46d499c2ae8c42ce4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:11:11 +0000 Subject: [PATCH 1/2] meta: bump chromaui/action from 13.1.2 to 13.1.4 Bumps [chromaui/action](https://github.com/chromaui/action) from 13.1.2 to 13.1.4. - [Release notes](https://github.com/chromaui/action/releases) - [Commits](https://github.com/chromaui/action/compare/4d8ebd13658d795114f8051e25c28d66f14886c6...d0795df816d05c4a89c80295303970fddd247cce) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 13.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index dd64b0ba60721..d6d8a9c785477 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -85,7 +85,7 @@ jobs: # This action must be manually updated to the latest commit from # https://github.com/chromaui/action id: chromatic-deploy - uses: chromaui/action@4d8ebd13658d795114f8051e25c28d66f14886c6 # v13.1.2 + uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4 with: workingDir: packages/ui-components buildScriptName: storybook:build From f10ef46d5a360a77abe4c0c02ee15b6c2e2df3c1 Mon Sep 17 00:00:00 2001 From: Brian Muenzenmeyer Date: Tue, 2 Sep 2025 07:04:05 -0500 Subject: [PATCH 2/2] Update .github/workflows/chromatic.yml Signed-off-by: Brian Muenzenmeyer --- .github/workflows/chromatic.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index d6d8a9c785477..0f1b978afa138 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -82,8 +82,6 @@ jobs: - name: Start Visual Regression Tests (Chromatic) # This assigns the Environment Deployment for Storybook - # This action must be manually updated to the latest commit from - # https://github.com/chromaui/action id: chromatic-deploy uses: chromaui/action@d0795df816d05c4a89c80295303970fddd247cce # v13.1.4 with: