From 5a90373c90f3e204bc5255b43dc2e6954bb3eb77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 22:19:22 +0000 Subject: [PATCH] Bump google-github-actions/get-gke-credentials from 2.3.0 to 2.3.3 Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 2.3.0 to 2.3.3. - [Release notes](https://github.com/google-github-actions/get-gke-credentials/releases) - [Changelog](https://github.com/google-github-actions/get-gke-credentials/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/get-gke-credentials/compare/v2.3.0...v2.3.3) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials 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 9abf9ee5d..bb27ed1e1 100644 --- a/.github/workflows/functional_test_v2.yaml +++ b/.github/workflows/functional_test_v2.yaml @@ -281,7 +281,7 @@ jobs: - uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ secrets.GKE_PROJECT }} - - uses: google-github-actions/get-gke-credentials@v2.3.0 + - uses: google-github-actions/get-gke-credentials@v2.3.3 with: cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }} location: ${{ secrets.GKE_REGION }} @@ -335,7 +335,7 @@ jobs: - uses: google-github-actions/setup-gcloud@v2.1.2 with: project_id: ${{ secrets.GKE_PROJECT }} - - uses: google-github-actions/get-gke-credentials@v2.3.0 + - uses: google-github-actions/get-gke-credentials@v2.3.3 with: cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }} location: ${{ secrets.GKE_REGION }}