From f9bd56cd005fdcfc4705c527a2ab97d2b3c245ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 07:36:30 +0000 Subject: [PATCH] Bump google-github-actions/setup-gcloud from 2.1.1 to 2.1.2 Bumps [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) from 2.1.1 to 2.1.2. - [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.1.1...v2.1.2) --- updated-dependencies: - dependency-name: google-github-actions/setup-gcloud dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/functional_test_v2.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/functional_test_v2.yaml b/.github/workflows/functional_test_v2.yaml index 6257a2588d..4bb34df5ef 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -232,7 +232,7 @@ jobs: with: project_id: ${{ secrets.GKE_PROJECT }} credentials_json: ${{ secrets.GKE_SA_KEY }} - - uses: google-github-actions/setup-gcloud@v2.1.1 + - uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ secrets.GKE_PROJECT }} - uses: google-github-actions/get-gke-credentials@v2.2.1 @@ -295,7 +295,7 @@ jobs: with: project_id: ${{ secrets.GKE_PROJECT }} credentials_json: ${{ secrets.GKE_SA_KEY }} - - uses: google-github-actions/setup-gcloud@v2.1.1 + - uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ secrets.GKE_PROJECT }} - uses: google-github-actions/get-gke-credentials@v2.2.1