Skip to content

Commit ce64eb4

Browse files
Update google-github-actions/setup-gcloud action to v3
1 parent 2530c3c commit ce64eb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/deploy-frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
project_id: ${{ secrets.GCP_PROJECT_ID }}
2121
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
2222
- name: Set up Cloud SDK
23-
uses: google-github-actions/setup-gcloud@v2
23+
uses: google-github-actions/setup-gcloud@v3
2424
- run: cd services/frontend && ./deploy.sh

.github/workflows/deploy-function-list_runtimes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
project_id: ${{ secrets.GCP_PROJECT_ID }}
1515
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
1616
- name: Set up Cloud SDK
17-
uses: google-github-actions/setup-gcloud@v2
17+
uses: google-github-actions/setup-gcloud@v3
1818
- 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

.github/workflows/deploy-github-access.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
project_id: ${{ secrets.GCP_PROJECT_ID }}
3333
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
3434
- name: Set up Cloud SDK
35-
uses: google-github-actions/setup-gcloud@v2
35+
uses: google-github-actions/setup-gcloud@v3
3636
- id: Deploy
3737
run: |
3838
gcloud functions deploy github-access --entry-point gwc.github.GithubAccessExecutor \

.github/workflows/deploy-groovy-executor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
project_id: ${{ secrets.GCP_PROJECT_ID }}
3434
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
3535
- name: Set up Cloud SDK
36-
uses: google-github-actions/setup-gcloud@v2
36+
uses: google-github-actions/setup-gcloud@v3
3737
- id: Deploy
3838
run: |
3939
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 [email protected]

0 commit comments

Comments
 (0)