Skip to content

Commit 23b6a59

Browse files
authored
Merge pull request #173 from janog-netcon/renovate/google-github-actions-setup-gcloud-2.x
Update google-github-actions/setup-gcloud action to v2
2 parents bc42193 + 0715362 commit 23b6a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
1818
service_account: "[email protected]"
1919
- name: Set up Cloud SDK
20-
uses: google-github-actions/setup-gcloud@v1
20+
uses: google-github-actions/setup-gcloud@v2
2121
- name: Use gcloud CLI
2222
run: gcloud info
2323
- name: Export credentials for Docker
@@ -49,7 +49,7 @@ jobs:
4949
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
5050
service_account: "[email protected]"
5151
- name: Set up Cloud SDK
52-
uses: google-github-actions/setup-gcloud@v1
52+
uses: google-github-actions/setup-gcloud@v2
5353
- name: Use gcloud CLI
5454
run: gcloud info
5555
- name: Export credentials for Docker
@@ -83,7 +83,7 @@ jobs:
8383
workload_identity_provider: "projects/907031882243/locations/global/workloadIdentityPools/github/providers/github"
8484
service_account: "[email protected]"
8585
- name: Set up Cloud SDK
86-
uses: google-github-actions/setup-gcloud@v1
86+
uses: google-github-actions/setup-gcloud@v2
8787
- name: Use gcloud CLI
8888
run: gcloud info
8989
- name: Export credentials for Docker

0 commit comments

Comments
 (0)