From 8dd27285bd13f2e13c142adb86919a7f67c8dcb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:21:11 +0100 Subject: [PATCH] Bump google-github-actions/get-gke-credentials from 1 to 2 (#166) Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 1 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/v1...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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index 12e80fe..3b54e56 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -50,7 +50,7 @@ jobs: service_account: '${{ secrets.GC_SERVICE_ACCOUNT }}' - name: Get GKE cluster credentials - uses: google-github-actions/get-gke-credentials@v1 + uses: google-github-actions/get-gke-credentials@v2 with: cluster_name: '${{ secrets.GC_GKE_CLUSTER_NAME }}' location: '${{ secrets.GC_GKE_CLUSTER_LOCATION }}'