Skip to content

Commit 2466af6

Browse files
ci: update setup-gcloud step in deploy workflow
1 parent 5d182aa commit 2466af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v1
1515

1616
- name: Setup gcloud cli
17-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
17+
uses: google-github-actions/setup-gcloud@master
1818
with:
1919
service_account_key: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_B64 }}
2020
project_id: tendermint

0 commit comments

Comments
 (0)