File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -902,7 +902,7 @@ jobs:
902
902
# the check to pass. This is desired in PRs, but not in mainline.
903
903
- name : Publish to Chromatic (non-mainline)
904
904
if : github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
905
- uses : chromaui/action@1cfa065cbdab28f6ca3afaeb3d761383076a35aa # v11.29 .0
905
+ uses : chromaui/action@d7afd50124cf4f337bcd943e7f45cfa85a5e4476 # v12.0 .0
906
906
env :
907
907
NODE_OPTIONS : " --max_old_space_size=4096"
908
908
STORYBOOK : true
@@ -934,7 +934,7 @@ jobs:
934
934
# infinitely "in progress" in mainline unless we re-review each build.
935
935
- name : Publish to Chromatic (mainline)
936
936
if : github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
937
- uses : chromaui/action@1cfa065cbdab28f6ca3afaeb3d761383076a35aa # v11.29 .0
937
+ uses : chromaui/action@d7afd50124cf4f337bcd943e7f45cfa85a5e4476 # v12.0 .0
938
938
env :
939
939
NODE_OPT
8ADC
IONS : " --max_old_space_size=4096"
940
940
STORYBOOK : true
Original file line number Diff line number Diff line change 28
28
- name : Setup Node
29
29
uses : ./.github/actions/setup-node
30
30
31
- - uses : tj-actions/changed-files@480f49412651059a414a6a5c96887abb1877de8a # v45.0.7
31
+ - uses : tj-actions/changed-files@3981e4f74104e7a4c67a835e1e5dd5d9eb0f0a57 # v45.0.7
32
32
id : changed-files
33
33
with :
34
34
files : |
You can’t perform that action at this time.
0 commit comments