From 72236a2b8e37f70662918350a6410fc37c604275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 13:11:56 +0000 Subject: [PATCH] chore(deps): bump chromaui/action in the actions group Bumps the actions group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 17.5.0 to 17.6.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/7804f34e4e59c0d9b3c856848f46ad96d7897429...c49581ed7e45543eef2b5d727cf97a688a83e7d8) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 17.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f475ed741..bbc3065cd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: # PR builds gate on visual review; mainline auto-accepts. - name: Publish to Chromatic (non-mainline) if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder' - uses: chromaui/action@7804f34e4e59c0d9b3c856848f46ad96d7897429 # v17.5.0 + uses: chromaui/action@c49581ed7e45543eef2b5d727cf97a688a83e7d8 # v17.6.0 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true @@ -114,7 +114,7 @@ jobs: # Auto-accept on mainline to avoid blocking CI after squash merges. - name: Publish to Chromatic (mainline) if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder' - uses: chromaui/action@7804f34e4e59c0d9b3c856848f46ad96d7897429 # v17.5.0 + uses: chromaui/action@c49581ed7e45543eef2b5d727cf97a688a83e7d8 # v17.6.0 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true