From 974f097fc3dc8aea4b7d11fda3363ff33494c4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 06:03:10 +0000 Subject: [PATCH] workflows: bump google-github-actions/setup-gcloud from 2 to 3 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2 to 3. - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-run-integration-test.yaml | 4 ++-- .github/workflows/call-run-performance-test.yaml | 4 ++-- .github/workflows/update-packer-vm.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/call-run-integration-test.yaml b/.github/workflows/call-run-integration-test.yaml index e259215..827e1d2 100644 --- a/.github/workflows/call-run-integration-test.yaml +++ b/.github/workflows/call-run-integration-test.yaml @@ -62,7 +62,7 @@ jobs: credentials_json: ${{ secrets.gcp-service-account-key }} - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' - name: Replace terraform variables. run: | @@ -247,7 +247,7 @@ jobs: credentials_json: ${{ secrets.gcp-service-account-key }} - if: matrix.cloud == 'gke' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' with: install_components: 'gke-gcloud-auth-plugin' diff --git a/.github/workflows/call-run-performance-test.yaml b/.github/workflows/call-run-performance-test.yaml index 359dc5a..a28ec50 100644 --- a/.github/workflows/call-run-performance-test.yaml +++ b/.github/workflows/call-run-performance-test.yaml @@ -58,7 +58,7 @@ jobs: credentials_json: ${{ secrets.service-account }} - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' - name: 'Use gcloud CLI' run: gcloud info @@ -111,7 +111,7 @@ jobs: credentials_json: ${{ secrets.service-account }} - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' - name: 'Use gcloud CLI' run: gcloud info diff --git a/.github/workflows/update-packer-vm.yaml b/.github/workflows/update-packer-vm.yaml index c527c81..ad46613 100644 --- a/.github/workflows/update-packer-vm.yaml +++ b/.github/workflows/update-packer-vm.yaml @@ -38,7 +38,7 @@ jobs: credentials_json: ${{ secrets.GCP_SA_KEY }} - name: 'Set up Cloud SDK' - uses: 'google-github-actions/setup-gcloud@v2' + uses: 'google-github-actions/setup-gcloud@v3' - name: 'Use gcloud CLI' run: gcloud info