From de1f09456fdc4765c50379168bc80a554dce7d55 Mon Sep 17 00:00:00 2001 From: andy Date: Mon, 28 Mar 2022 19:47:27 +0100 Subject: [PATCH] changed setup gcloud actions pinning --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bc8c3f..7dba259 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: # DEPLOY for setting up cloud API - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@v0 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_key: ${{ secrets.GCP_SA_KEY }}