From 61d1dc8dad5a50070eca9d684fc36dcab046201b Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 31 Aug 2025 17:19:00 +0000 Subject: [PATCH] chore(deps): update google-github-actions/setup-gcloud action to v3 --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index eda8587d..80c7160e 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -35,7 +35,7 @@ jobs: with: credentials_json: ${{ secrets.JSON_SERVICE_ACCOUNT_CREDENTIALS }} - name: Setup GCloud - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 with: project_id: ${{ secrets.GCP_PROJECT_ID }} - name: Run integration tests