From c2be39bda8230f9cf980aba872e4b4899b110c9d Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" <117748337+plural-renovate[bot]@users.noreply.github.com> Date: Wed, 9 Nov 2022 15:42:28 +0100 Subject: [PATCH] chore(deps): update google-github-actions/setup-gcloud action to v1 (#15) Co-authored-by: plural-renovate[bot] --- .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 8971daa..dc1ca26 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@v0.3.0 + - uses: google-github-actions/setup-gcloud@v1.0.0 - name: Login to gcr run: gcloud auth configure-docker -q - name: Login to plural registry