Skip to content

Commit 30772b8

Browse files
authored
Revert "ci: bump the github-actions group with 1 update (#12303)" (#12327)
This reverts commit 5757321.
1 parent b2413a5 commit 30772b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ jobs:
511511
# the check to pass. This is desired in PRs, but not in mainline.
512512
- name: Publish to Chromatic (non-mainline)
513513
if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
514-
uses: chromaui/action@v11
514+
uses: chromaui/action@v10
515515
env:
516516
NODE_OPTIONS: "--max_old_space_size=4096"
517517
STORYBOOK: true
@@ -542,7 +542,7 @@ jobs:
542542
# infinitely "in progress" in mainline unless we re-review each build.
543543
- name: Publish to Chromatic (mainline)
544544
if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
545-
uses: chromaui/action@v11
545+
uses: chromaui/action@v10
546546
env:
547547
NODE_OPTIONS: "--max_old_space_size=4096"
548548
STORYBOOK: true

0 commit comments

Comments
 (0)