From bfe353443a94ed8fb57751d2934b5c3c2f4bd61b Mon Sep 17 00:00:00 2001 From: ktoor-google <69051209+ktoor-google@users.noreply.github.com> Date: Thu, 13 Aug 2020 11:52:11 -0700 Subject: [PATCH] Update ci/google.yml Co-authored-by: John Bohannon --- ci/google.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/google.yml b/ci/google.yml index aaaf6db..b9313b2 100644 --- a/ci/google.yml +++ b/ci/google.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v2 # Setup gcloud CLI - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: GoogleCloudPlatform/github-actions/setup-gcloud@0.1.3 with: service_account_key: ${{ secrets.GKE_SA_KEY }} project_id: ${{ secrets.GKE_PROJECT }}