From 86cf989ea8f3fb9881026e42b34cc07b8f452f33 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 17:45:14 +0000 Subject: [PATCH] Update google-github-actions/setup-gcloud action to v3 --- .github/workflows/deploy-frontend.yml | 2 +- .github/workflows/deploy-function-list_runtimes.yml | 2 +- .github/workflows/deploy-github-access.yml | 2 +- .github/workflows/deploy-groovy-executor.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-frontend.yml b/.github/workflows/deploy-frontend.yml index 2eac9a32..f501e0fe 100644 --- a/.github/workflows/deploy-frontend.yml +++ b/.github/workflows/deploy-frontend.yml @@ -20,5 +20,5 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - run: cd services/frontend && ./deploy.sh diff --git a/.github/workflows/deploy-function-list_runtimes.yml b/.github/workflows/deploy-function-list_runtimes.yml index 15afa555..d68ca6be 100644 --- a/.github/workflows/deploy-function-list_runtimes.yml +++ b/.github/workflows/deploy-function-list_runtimes.yml @@ -14,5 +14,5 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - run: gcloud functions deploy list_runtimes --entry-point listRuntimes --trigger-http --runtime nodejs22 --allow-unauthenticated --memory 8192MB --region europe-west1 --source functions/list_runtimes --service-account list-function-groovy-runtimes@gwc-experiment.iam.gserviceaccount.com diff --git a/.github/workflows/deploy-github-access.yml b/.github/workflows/deploy-github-access.yml index 4a9e9156..eed7fbfe 100644 --- a/.github/workflows/deploy-github-access.yml +++ b/.github/workflows/deploy-github-access.yml @@ -32,7 +32,7 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - id: Deploy run: | gcloud functions deploy github-access --entry-point gwc.github.GithubAccessExecutor \ diff --git a/.github/workflows/deploy-groovy-executor.yml b/.github/workflows/deploy-groovy-executor.yml index 6f91ea14..5befe813 100644 --- a/.github/workflows/deploy-groovy-executor.yml +++ b/.github/workflows/deploy-groovy-executor.yml @@ -33,7 +33,7 @@ jobs: project_id: ${{ secrets.GCP_PROJECT_ID }} credentials_json: ${{ secrets.GCP_CREDENTIALS }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - id: Deploy run: | gcloud functions deploy ${{ matrix.variant }} --entry-point gwc.GFunctionExecutor --runtime java${{ matrix.java }} --trigger-http --memory 8192MB --allow-unauthenticated --source functions/groovy-executor/target/deployment --region europe-west1 --service-account minimal-sa@gwc-experiment.iam.gserviceaccount.com