Skip to content

Commit 74accf0

Browse files
authored
chore(deps): update google-github-actions/setup-gcloud action to v3 (#3177)
1 parent f3e2adc commit 74accf0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-push-cft-devtools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'
3232

3333
- name: Setup gcloud
34-
uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
34+
uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
3535
with:
3636
project_id: ${{ env.PROJECT_ID }}
3737

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
workload_identity_provider: '${{ secrets.GCP_WIF_PROVIDER }}'
3535
service_account: '${{ secrets.GCP_WIF_SA_EMAIL }}'
3636

37-
- uses: google-github-actions/setup-gcloud@cb1e50a9932213ecece00a606661ae9ca44f3397 # v2.2.0
37+
- uses: google-github-actions/setup-gcloud@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
3838
with:
3939
version: "410.0.0"
4040

0 commit comments

Comments
 (0)