From 6de43a9018a7482bb6dbe31522795757cb681f2b Mon Sep 17 00:00:00 2001 From: Frostebite Date: Mon, 4 Apr 2022 23:28:16 +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 5bf7e5b9..35ceafab 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@master + - uses: google-github-actions/setup-gcloud@main with: version: '288.0.0' service_account_email: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_EMAIL }}