diff --git a/.github/workflows/ci-model-regression-on-schedule.yml b/.github/workflows/ci-model-regression-on-schedule.yml index b4463fd67a62..88fe647c2ca2 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@35ab0d2b2d48792c19f09325413bd185c8d44394 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@35ab0d2b2d48792c19f09325413bd185c8d44394 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 84f6d34a5392..39993e6f7b2a 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@35ab0d2b2d48792c19f09325413bd185c8d44394 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@35ab0d2b2d48792c19f09325413bd185c8d44394 with: cluster_name: ${{ secrets.GKE_GPU_CLUSTER_RASA_CI_CD }} location: ${{ env.GKE_ZONE }}