Skip to content

Commit 5757321

Browse files
ci: bump the github-actions group with 1 update (coder#12303)
Bumps the github-actions group with 1 update: [chromaui/action](https://github.com/chromaui/action). Updates `chromaui/action` from 10 to 11 - [Release notes](https://github.com/chromaui/action/releases) - [Commits](chromaui/action@v10...v11) --- updated-dependencies: - dependency-name: chromaui/action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1d65e36 commit 5757321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
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@v10
514+
uses: chromaui/action@v11
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@v10
545+
uses: chromaui/action@v11
546546
env:
547547
NODE_OPTIONS: "--max_old_space_size=4096"
548548
STORYBOOK: true

0 commit comments

Comments
 (0)