From c1036bf3cb1a8cdf00e220f236974ec5d31e52c8 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Thu, 10 Nov 2022 07:01:09 +0000 Subject: [PATCH] chore(deps): update google-github-actions/setup-gcloud action to v1.0.1 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5b9cfe960..8aa43414e 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -37,7 +37,7 @@ jobs: service_account: 'terraform@pluralsh.iam.gserviceaccount.com' token_format: 'access_token' create_credentials_file: true - - uses: google-github-actions/setup-gcloud@v1.0.0 + - uses: google-github-actions/setup-gcloud@v1.0.1 - name: Login to gcr run: gcloud auth configure-docker -q - name: Login to plural registry