Skip to content

Commit 793f638

Browse files
chore(deps): bump google-github-actions/get-gke-credentials from 2 to 3 (#4)
Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 2 to 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](google-github-actions/get-gke-credentials@v2...v3) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f24c83 commit 793f638

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/k8s-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: 🔐 Get GKE kubeconfig
131131
if: inputs.cluster-provider == 'gke'
132-
uses: google-github-actions/get-gke-credentials@v2
132+
uses: google-github-actions/get-gke-credentials@v3
133133
with:
134134
cluster_name: ${{ inputs.cluster-name }}
135135
location: ${{ env.GCP_ZONE || 'us-central1' }}

0 commit comments

Comments
 (0)