From ce22ce3ec77e88c84366e9845818cf23915d557e Mon Sep 17 00:00:00 2001 From: Chris Sidi Date: Tue, 3 Dec 2019 19:22:53 -0500 Subject: [PATCH] Get rid of the last @master bad example --- ci/google.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/google.yml b/ci/google.yml index 4f23b12..5d1b587 100644 --- a/ci/google.yml +++ b/ci/google.yml @@ -31,10 +31,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@v1 # Setup gcloud CLI - - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + - uses: GoogleCloudPlatform/github-actions/setup-gcloud@0.1.0 with: version: '270.0.0' service_account_email: ${{ secrets.GKE_EMAIL }}