From e1e20354470ef19abccc6b0840833a7dc7aa4063 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 08:34:16 +0000 Subject: [PATCH] Bump google-github-actions/get-gke-credentials from 0 to 2 Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 0 to 2. - [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/v0...v2) --- 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/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 65901eff586..57e33ce9c63 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -229,7 +229,7 @@ jobs: if: contains(inputs.test_environment, 'gcp') - name: Login to Google GKE - uses: google-github-actions/get-gke-credentials@v0 + uses: google-github-actions/get-gke-credentials@v2 with: cluster_name: zenml-ci-cluster location: us-east4