From ec1dde5dd21304c158bb7cc4d882b8050e57ceda Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 30 Nov 2022 14:50:53 -0800 Subject: [PATCH] Try version 318.0.0 of google-github-actions/setup-gcloud Refs #1923 --- .github/workflows/deploy-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-latest.yml b/.github/workflows/deploy-latest.yml index bce33577..bb842acc 100644 --- a/.github/workflows/deploy-latest.yml +++ b/.github/workflows/deploy-latest.yml @@ -63,7 +63,7 @@ jobs: - name: Set up Cloud Run uses: google-github-actions/setup-gcloud@v0 with: - version: '275.0.0' + version: '318.0.0' service_account_email: ${{ secrets.GCP_SA_EMAIL }} service_account_key: ${{ secrets.GCP_SA_KEY }} - name: Deploy to Cloud Run