Skip to content

Commit 2443a9f

Browse files
ci: bump the github-actions group with 2 updates (#11018)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 676e215 commit 2443a9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ jobs:
506506
# the check to pass. This is desired in PRs, but not in mainline.
507507
- name: Publish to Chromatic (non-mainline)
508508
if: github.ref != 'refs/heads/main' && github.repository_owner == 'coder'
509-
uses: chromaui/action@v1
509+
uses: chromaui/action@v10
510510
env:
511511
NODE_OPTIONS: "--max_old_space_size=4096"
512512
STORYBOOK: true
@@ -534,7 +534,7 @@ jobs:
534534
# infinitely "in progress" in mainline unless we re-review each build.
535535
- name: Publish to Chromatic (mainline)
536536
if: github.ref == 'refs/heads/main' && github.repository_owner == 'coder'
537-
uses: chromaui/action@v1
537+
uses: chromaui/action@v10
538538
env:
539539
NODE_OPTIONS: "--max_old_space_size=4096"
540540
STORYBOOK: true
@@ -741,7 +741,7 @@ jobs:
741741
fetch-depth: 0
742742

743743
- name: Authenticate to Google Cloud
744-
uses: google-github-actions/auth@v1
744+
uses: google-github-actions/auth@v2
745745
with:
746746
workload_identity_provider: projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
747747
service_account: coder-ci@coder-dogfood.iam.gserviceaccount.com
@@ -823,7 +823,7 @@ jobs:
823823
fetch-depth: 0
824824

825825
- name: Authenticate to Google Cloud
826-
uses: google-github-actions/auth@v1
826+
uses: google-github-actions/auth@v2
827827
with:
828828
workload_identity_provider: projects/573722524737/locations/global/workloadIdentityPools/github/providers/github
829829
service_account: coder-ci@coder-dogfood.iam.gserviceaccount.com

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ jobs:
281281
CODER_GPG_RELEASE_KEY_BASE64: ${{ secrets.GPG_RELEASE_KEY_BASE64 }}
282282

283283
- name: Authenticate to Google Cloud
284-
uses: google-github-actions/auth@v1
284+
uses: google-github-actions/auth@v2
285285
with:
286286
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_ID_PROVIDER }}
287287
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

0 commit comments

Comments
 (0)