From 00a51132dcbfa2e9a583e5070714f924b7fae900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 15:29:12 +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 16.10.1 to 17.0.1 - [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/1bbb5819252d9782cb7d77122d9becae467def18...0b8c883861c1663076150cf1f4592b19d1ff6a54) --- updated-dependencies: - dependency-name: chromaui/action dependency-version: 17.0.1 dependency-type: direct:production update-type: version-update:semver-major 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 dc7049fd9..2e7377b1a 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@1bbb5819252d9782cb7d77122d9becae467def18 # v16.10.1 + uses: chromaui/action@0b8c883861c1663076150cf1f4592b19d1ff6a54 # v17.0.1 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@1bbb5819252d9782cb7d77122d9becae467def18 # v16.10.1 + uses: chromaui/action@0b8c883861c1663076150cf1f4592b19d1ff6a54 # v17.0.1 env: NODE_OPTIONS: "--max_old_space_size=4096" STORYBOOK: true