Skip to content

Commit 3ffd362

Browse files
author
Mikhail Khomenko
committed
Update gcloud setup for publishing
1 parent 808cc36 commit 3ffd362

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
uses: actions/checkout@v2
3333

3434
- name: Setup gcloud cli
35-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
35+
uses: google-github-actions/setup-gcloud@v0.2.0
3636
with:
37-
version: '275.0.0'
37+
version: '320.0.0'
3838
service_account_key: ${{ secrets.SERVICE_ACCOUNT_KEY }}
3939

4040
- name: Configure docker to use the gcloud as a credential helper
@@ -106,9 +106,9 @@ jobs:
106106
cat statefulset.yaml
107107
108108
- name: Setup gcloud cli
109-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
109+
uses: google-github-actions/setup-gcloud@v0.2.0
110110
with:
111-
version: '275.0.0'
111+
version: '320.0.0'
112112
service_account_key: ${{ secrets.SERVICE_ACCOUNT_KEY }}
113113

114114
- name: Apply Kubernetes manifests

0 commit comments

Comments
 (0)