Skip to content

Commit 1664fcc

Browse files
dependabot[bot]patrick-stephens
authored andcommitted
workflows: bump google-github-actions/get-gke-credentials from 2 to 3
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] <[email protected]>
1 parent 831692c commit 1664fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/call-run-integration-test.yaml

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

265265
- name: Get the GKE Kubeconfig
266266
if: matrix.cloud == 'gke'
267-
uses: 'google-github-actions/get-gke-credentials@v2'
267+
uses: 'google-github-actions/get-gke-credentials@v3'
268268
with:
269269
cluster_name: ${{ needs.call-run-terraform-setup.outputs.gke-cluster-name }}
270270
location: ${{ needs.call-run-terraform-setup.outputs.gke-cluster-zone }}

0 commit comments

Comments
 (0)