From 5f5fba042661cc875c0130a53d118497fe3911a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:28:27 +0000 Subject: [PATCH] chore(deps): bump chromaui/action from 16.3.0 to 16.9.0 Bumps [chromaui/action](https://github.com/chromaui/action) from 16.3.0 to 16.9.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/5c6ec06f45a2117a25f07b1bf2b2f3009233fac8...84e0c70520cf012d7cbcd0d9677b4240f893e25e) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 16.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 973971d254..3645c9a284 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -94,7 +94,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@5c6ec06f45a2117a25f07b1bf2b2f3009233fac8 # v16.3.0 + uses: chromaui/action@84e0c70520cf012d7cbcd0d9677b4240f893e25e # v16.9.0 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true @@ -110,7 +110,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@5c6ec06f45a2117a25f07b1bf2b2f3009233fac8 # v16.3.0 + uses: chromaui/action@84e0c70520cf012d7cbcd0d9677b4240f893e25e # v16.9.0 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true