Skip to content

Commit d1c7c4f

Browse files
authored
chore(deps): update google-github-actions/setup-gcloud action to v3.0.1 (#3180)
1 parent e479236 commit d1c7c4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
34+
uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
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@26f734c2779b00b7dda794207734c511110a4368 # v3.0.0
37+
- uses: google-github-actions/setup-gcloud@aa5489c8933f4cc7a4f7d45035b3b1440c9c10db # v3.0.1
3838
with:
3939
version: "410.0.0"
4040

0 commit comments

Comments
 (0)