From 106be59e050e8b3a71c5e6bbbc97ccb83aac928c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 17:41:03 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 16.0.0 to 16.3.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 16.0.0 to 16.3.0. - [Release notes](https://github.com/chromaui/action/releases) - [Changelog](https://github.com/chromaui/action/blob/main/CHANGELOG.md) - [Commits](https://github.com/chromaui/action/compare/f191a0224b10e1a38b2091cefb7b7a2337009116...5c6ec06f45a2117a25f07b1bf2b2f3009233fac8) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/visual-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/visual-testing.yml b/.github/workflows/visual-testing.yml index 82bef211b0f..98fda022553 100644 --- a/.github/workflows/visual-testing.yml +++ b/.github/workflows/visual-testing.yml @@ -41,7 +41,7 @@ jobs: - name: Publish PR to DS Chromatic if: github.ref != 'refs/heads/master' # https://github.com/chromaui/chromatic-cli/issues/739 - uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 #v16.0.0 + uses: chromaui/action@5c6ec06f45a2117a25f07b1bf2b2f3009233fac8 #v16.3.0 with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} @@ -53,7 +53,7 @@ jobs: - name: Publish Master to DS Chromatic if: github.ref == 'refs/heads/master' # https://github.com/chromaui/chromatic-cli/issues/739 - uses: chromaui/action@f191a0224b10e1a38b2091cefb7b7a2337009116 #v16.0.0 + uses: chromaui/action@5c6ec06f45a2117a25f07b1bf2b2f3009233fac8 #v16.3.0 with: token: ${{ secrets.GITHUB_TOKEN }} projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}