Skip to content

Commit 519dee5

Browse files
Bump google-github-actions/get-gke-credentials from 2.1.0 to 2.2.0 (#1308)
Bumps [google-github-actions/get-gke-credentials](https://github.com/google-github-actions/get-gke-credentials) from 2.1.0 to 2.2.0. - [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.1.0...v2.2.0) --- updated-dependencies: - dependency-name: google-github-actions/get-gke-credentials dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 35873a9 commit 519dee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/functional_test_v2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
- uses: google-github-actions/[email protected]
217217
with:
218218
project_id: ${{ secrets.GKE_PROJECT }}
219-
- uses: google-github-actions/get-gke-credentials@v2.1.0
219+
- uses: google-github-actions/get-gke-credentials@v2.2.0
220220
with:
221221
cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }}
222222
location: ${{ secrets.GKE_REGION }}
@@ -279,7 +279,7 @@ jobs:
279279
- uses: google-github-actions/[email protected]
280280
with:
281281
project_id: ${{ secrets.GKE_PROJECT }}
282-
- uses: google-github-actions/get-gke-credentials@v2.1.0
282+
- uses: google-github-actions/get-gke-credentials@v2.2.0
283283
with:
284284
cluster_name: ${{ secrets.GKE_AUTOPILOT_CLUSTER }}
285285
location: ${{ secrets.GKE_REGION }}

0 commit comments

Comments
 (0)