Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit ec7a6df

Browse files
chore(deps): bump google-github-actions/setup-gcloud from 2 to 3
Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2 to 3. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea2f6c0 commit ec7a6df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
workload_identity_provider: projects/${{ secrets.WIP_PROJECT_ID }}/locations/global/workloadIdentityPools/github-actions/providers/github-actions
5252

5353
- name: Setup gcloud
54-
uses: google-github-actions/setup-gcloud@v2
54+
uses: google-github-actions/setup-gcloud@v3
5555

5656
- name: Deploy pages to GCP
5757
run: |-

.github/workflows/stage-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
workload_identity_provider: projects/${{ secrets.WIP_PROJECT_ID }}/locations/global/workloadIdentityPools/github-actions/providers/github-actions
5151

5252
- name: Setup gcloud
53-
uses: google-github-actions/setup-gcloud@v2
53+
uses: google-github-actions/setup-gcloud@v3
5454

5555
- name: Deploy pages to GCP
5656
run: |-

0 commit comments

Comments
 (0)