From 2aa8459284b7aeb7197113e06df9eb0bd0248ce2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:27:12 +0000 Subject: [PATCH] Update google-github-actions/setup-gcloud action to v2 --- .github/workflows/next-gcp-deploy.yml | 4 ++-- .github/workflows/prev-gcp-deploy.yml | 4 ++-- .github/workflows/prev-snapshot-gcp-deploy.yml | 4 ++-- .github/workflows/release-gcp-deploy.yml | 4 ++-- .github/workflows/snapshot-gcp-deploy.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/next-gcp-deploy.yml b/.github/workflows/next-gcp-deploy.yml index e7c2b043..16109a19 100644 --- a/.github/workflows/next-gcp-deploy.yml +++ b/.github/workflows/next-gcp-deploy.yml @@ -32,7 +32,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}:next steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} @@ -93,7 +93,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}-analytics:next steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} diff --git a/.github/workflows/prev-gcp-deploy.yml b/.github/workflows/prev-gcp-deploy.yml index 5a476569..9fb935ba 100644 --- a/.github/workflows/prev-gcp-deploy.yml +++ b/.github/workflows/prev-gcp-deploy.yml @@ -35,7 +35,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}:prev steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} @@ -96,7 +96,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}-analytics:prev steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} diff --git a/.github/workflows/prev-snapshot-gcp-deploy.yml b/.github/workflows/prev-snapshot-gcp-deploy.yml index 2ae63036..67ef396f 100644 --- a/.github/workflows/prev-snapshot-gcp-deploy.yml +++ b/.github/workflows/prev-snapshot-gcp-deploy.yml @@ -31,7 +31,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}:prev-snapshot steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} @@ -91,7 +91,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}-analytics:prev-snapshot steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} diff --git a/.github/workflows/release-gcp-deploy.yml b/.github/workflows/release-gcp-deploy.yml index c9b83647..0973efcd 100644 --- a/.github/workflows/release-gcp-deploy.yml +++ b/.github/workflows/release-gcp-deploy.yml @@ -43,7 +43,7 @@ jobs: with: ref: v${{ needs.build.outputs.release_version }} - name: "🔑 Login to Google Cloud" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} @@ -103,7 +103,7 @@ jobs: with: ref: v${{ needs.build.outputs.release_version }} - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} diff --git a/.github/workflows/snapshot-gcp-deploy.yml b/.github/workflows/snapshot-gcp-deploy.yml index b55f4987..efe7a85f 100644 --- a/.github/workflows/snapshot-gcp-deploy.yml +++ b/.github/workflows/snapshot-gcp-deploy.yml @@ -31,7 +31,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}:snapshot steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }} @@ -90,7 +90,7 @@ jobs: IMAGE_NAME: gcr.io/${{ secrets.GCP_PROJECT_ID }}/${{ secrets.GCP_APP_NAME }}-analytics:snapshot steps: - name: "🔑 Login" - uses: google-github-actions/setup-gcloud@v0 + uses: google-github-actions/setup-gcloud@v2 with: project_id: ${{ secrets.GCP_PROJECT_ID }} service_account_email: ${{ secrets.GCP_EMAIL }}