From 06c4150ed205bbaf4ae3f46748c3cacf7ea792c5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 9 Mar 2022 02:59:54 +0000 Subject: [PATCH] chore(deps): update google-github-actions/setup-gcloud action to v0.6.0 --- .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 a3415dea71..8fc39d7441 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@v3 - - uses: google-github-actions/setup-gcloud@v0.5.1 + - uses: google-github-actions/setup-gcloud@v0.6.0 with: project_id: review-dog service_account_key: ${{ secrets.GCP_SA_KEY }}