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