Skip to content

Commit a09752b

Browse files
committed
chore(deps): update google-github-actions/setup-gcloud action to v3
1 parent cc98ba7 commit a09752b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/acceptance-tests-on-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
credentials_json: ${{ secrets.GCP_SA_KEY }}
4141
- name: Setup GCloud
42-
uses: google-github-actions/setup-gcloud@v2
42+
uses: google-github-actions/setup-gcloud@v3
4343
with:
4444
project_id: ${{ secrets.GCP_PROJECT_ID }}
4545
- name: Install dependencies

.github/workflows/nightly-acceptance-tests-on-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
credentials_json: ${{ secrets.GCP_SA_KEY }}
2727
- name: Setup GCloud
28-
uses: google-github-actions/setup-gcloud@v2
28+
uses: google-github-actions/setup-gcloud@v3
2929
with:
3030
project_id: ${{ secrets.GCP_PROJECT_ID }}
3131
- name: Install dependencies

0 commit comments

Comments
 (0)