From 2c0aeb741939a1523f4172f91ad7ee0d552c67e1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 16 Feb 2022 17:55:55 +0000 Subject: [PATCH] chore(deps): update google-github-actions/setup-gcloud action to v0.5.1 --- .github/workflows/deploy-doghouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-doghouse.yml b/.github/workflows/deploy-doghouse.yml index e9cf44da89..7770bad177 100644 --- a/.github/workflows/deploy-doghouse.yml +++ b/.github/workflows/deploy-doghouse.yml @@ -29,7 +29,7 @@ jobs: working-directory: ./doghouse/appengine/ steps: - uses: actions/checkout@v2 - - uses: google-github-actions/setup-gcloud@v0.5.0 + - uses: google-github-actions/setup-gcloud@v0.5.1 with: project_id: review-dog service_account_key: ${{ secrets.GCP_SA_KEY }}