Skip to content

Commit a5284fe

Browse files
MylesBorinsbenhalverson
authored andcommitted
tools: update setup-gcloud github action
GoogleCloudPlatform/github-actions/setup-gcloud is deprecated Use google-github-actions/setup-gcloud instead Refs: https://github.com/google-github-actions/setup-gcloud/tree/master/setup-gcloud
1 parent cf5c7c2 commit a5284fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/upload-to-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
git checkout FETCH_HEAD
1818
1919
- name: Setup GCloud
20-
uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
20+
uses: google-github-actions/setup-gcloud@master
2121
with:
2222
project_id: ${{ secrets.GCP_PROJECT_ID }}
2323
service_account_email: ${{ secrets.GCP_SA_EMAIL }}

0 commit comments

Comments
 (0)