@@ -506,7 +506,7 @@ jobs:
506
506
# the check to pass. This is desired in PRs, but not in mainline.
507
507
- name : Publish to Chromatic (non-mainline)
508
508
if : github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
509
- uses : chromaui/action@v1
509
+ uses : chromaui/action@v10
510
510
env :
511
511
NODE_OPTIONS : " --max_old_space_size=4096"
512
512
STORYBOOK : true
@@ -534,7 +534,7 @@ jobs:
534
534
# infinitely "in progress" in mainline unless we re-review each build.
535
535
- name : Publish to Chromatic (mainline)
536
536
if : github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
537
- uses : chromaui/action@v1
537
+ uses : chromaui/action@v10
538
538
env :
539
539
NODE_OPTIONS : " --max_old_space_size=4096"
540
540
STORYBOOK : true
@@ -741,7 +741,7 @@ jobs:
741
741
fetch-depth : 0
742
742
743
743
- name : Authenticate to Google Cloud
744
- uses : google-github-actions/auth@v1
744
+ uses : google-github-actions/auth@v2
745
745
with :
746
746
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
747
747
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
@@ -823,7 +823,7 @@ jobs:
823
823
fetch-depth : 0
824
824
825
825
- name : Authenticate to Google Cloud
826
- uses : google-github-actions/auth@v1
826
+ uses : google-github-actions/auth@v2
827
827
with :
828
828
workload_identity_provider : projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
829
829
service_account : coder-ci@coder-dogfood.iam.gserviceaccount.com
0 commit comments