From 14b33a06026f0ba9a4c7409b3f9f2da361cf19e2 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 4 Apr 2022 23:30:02 +0100 Subject: [PATCH] Various fixes --- .github/workflows/cloud-runner-k8s-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-runner-k8s-pipeline.yml b/.github/workflows/cloud-runner-k8s-pipeline.yml index 35ceafab..e99f3548 100644 --- a/.github/workflows/cloud-runner-k8s-pipeline.yml +++ b/.github/workflows/cloud-runner-k8s-pipeline.yml @@ -50,7 +50,7 @@ jobs: ########################### # Setup # ########################### - - uses: google-github-actions/setup-gcloud@main + - uses: google-github-actions/setup-gcloud@v0 with: version: '288.0.0' service_account_email: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_EMAIL }}