From 8f6ae9936477cf2999956da65ab203f49e7c49cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 12:13:34 +0000 Subject: [PATCH] Bump google-github-actions/get-gke-credentials from 1.0.1 to 2.3.0 Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 1.0.1 to 2.3.0. - [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/894c221960ab1bc16a69902f29f090638cca753f...9025e8f90f2d8e0c3dafc3128cc705a26d992a6a) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-model-regression-on-schedule.yml | 4 ++-- .github/workflows/ci-model-regression.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index 5ac4710cf288..ee38e3763deb 100644 --- a/.github/workflows/ci-model-regression-on-schedule.yml +++ b/.github/workflows/ci-model-regression-on-schedule.yml @@ -130,7 +130,7 @@ jobs: # Get the GKE credentials for the cluster - name: Get GKE Cluster Credentials - uses: google-github-actions/get-gke-credentials@894c221960ab1bc16a69902f29f090638cca753f + uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a with: cluster_name: ${{ secrets.GKE_GPU_CLUSTER_RASA_CI_CD }} location: ${{ env.GKE_ZONE }} @@ -714,7 +714,7 @@ jobs: # Get the GKE credentials for the cluster - name: Get GKE Cluster Credentials - uses: google-github-actions/get-gke-credentials@894c221960ab1bc16a69902f29f090638cca753f + uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a with: cluster_name: ${{ secrets.GKE_GPU_CLUSTER_RASA_CI_CD }} location: ${{ env.GKE_ZONE }} diff --git a/.github/workflows/ci-model-regression.yml b/.github/workflows/ci-model-regression.yml index 3e65fcec2ebd..b5e5c1810875 100644 --- a/.github/workflows/ci-model-regression.yml +++ b/.github/workflows/ci-model-regression.yml @@ -227,7 +227,7 @@ jobs: # Get the GKE credentials for the cluster - name: Get GKE Cluster Credentials - uses: google-github-actions/get-gke-credentials@894c221960ab1bc16a69902f29f090638cca753f + uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a with: cluster_name: ${{ secrets.GKE_GPU_CLUSTER_RASA_CI_CD }} location: ${{ env.GKE_ZONE }} @@ -913,7 +913,7 @@ jobs: # Get the GKE credentials for the cluster - name: Get GKE Cluster Credentials - uses: google-github-actions/get-gke-credentials@894c221960ab1bc16a69902f29f090638cca753f + uses: google-github-actions/get-gke-credentials@9025e8f90f2d8e0c3dafc3128cc705a26d992a6a with: cluster_name: ${{ secrets.GKE_GPU_CLUSTER_RASA_CI_CD }} location: ${{ env.GKE_ZONE }}