From ed3752022e45b890af63996efec804725e95d0d4 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 17 Aug 2021 16:55:01 -0700 Subject: [PATCH] Switch to google-github-actions/setup-gcloud@master --- .github/workflows/deploy-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 0f27c9b..9e3169f 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -95,7 +95,7 @@ jobs: with: path: github.db - name: Set up Cloud Run - uses: GoogleCloudPlatform/github-actions/setup-gcloud@master + uses: google-github-actions/setup-gcloud@master with: version: '275.0.0' service_account_email: ${{ secrets.GCP_SA_EMAIL }}