From 84e584a4eb5a533f73f6e521a08aed1ad0167765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 14:45:25 +0000 Subject: [PATCH] Bump chromaui/action from 16.10.0 to 17.0.0 in /.github/workflows Bumps [chromaui/action](https://github.com/chromaui/action) from 16.10.0 to 17.0.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/v16.10.0...v17.0.0) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 17.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dcr-chromatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dcr-chromatic.yml b/.github/workflows/dcr-chromatic.yml index 5cbaa59176f..75c7ba7c690 100644 --- a/.github/workflows/dcr-chromatic.yml +++ b/.github/workflows/dcr-chromatic.yml @@ -43,7 +43,7 @@ jobs: - name: Chromatic - DCR env: NODE_OPTIONS: '--max_old_space_size=4096' - uses: chromaui/action@v16.10.0 + uses: chromaui/action@v17.0.0 with: projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN__DOTCOM_RENDERING }} token: ${{ secrets.GITHUB_TOKEN }}