From dc7ce62ef41db91b3243b34a2cc12d06d9d23988 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 04:16:40 +0000 Subject: [PATCH] Update google-github-actions/auth action to v2 --- .github/workflows/build-image.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 42c94b2..f16b08a 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -53,7 +53,7 @@ jobs: uses: docker/setup-buildx-action@v2.10.0 - name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: credentials_json: ${{ secrets.GCP_SA_JSON }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index da93a48..033ddb1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -61,7 +61,7 @@ jobs: - name: 'Authenticate to Google Cloud' if: steps.checkfolder.outputs.manifests_exist == 'true' - uses: 'google-github-actions/auth@v1' + uses: 'google-github-actions/auth@v2' with: # TODO: Use different secret for production and staging credentials_json: ${{ secrets.GCP_SA_JSON }}