Skip to content

Commit 5425070

Browse files
chore(deps): bump google-github-actions/get-gke-credentials from 1 to 2 (#130)
* chore(deps): bump google-github-actions/get-gke-credentials from 1 to 2 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](google-github-actions/get-gke-credentials@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] <[email protected]> * SRE-530: upgrade `get-gke-credentials` action --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maciej Małecki <[email protected]>
1 parent 6a2fbc2 commit 5425070

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy-integration.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
registry: europe-west3-docker.pkg.dev
266266
username: oauth2accesstoken
267267
password: ${{ steps.auth_gcp.outputs.access_token }}
268-
- uses: google-github-actions/get-gke-credentials@v1
268+
- uses: google-github-actions/get-gke-credentials@v2
269269
with:
270270
cluster_name: ${{ secrets.gke-cluster }}
271271
- name: Download build reference
@@ -322,7 +322,7 @@ jobs:
322322
registry: europe-west3-docker.pkg.dev
323323
username: oauth2accesstoken
324324
password: ${{ steps.auth_gcp.outputs.access_token }}
325-
- uses: google-github-actions/get-gke-credentials@v1
325+
- uses: google-github-actions/get-gke-credentials@v2
326326
with:
327327
cluster_name: ${{ secrets.gke-cluster }}
328328
- name: Download build reference
@@ -581,7 +581,7 @@ jobs:
581581
registry: europe-west3-docker.pkg.dev
582582
username: oauth2accesstoken
583583
password: ${{ steps.auth_gcp.outputs.access_token }}
584-
- uses: google-github-actions/get-gke-credentials@v1
584+
- uses: google-github-actions/get-gke-credentials@v2
585585
with:
586586
cluster_name: ${{ secrets.gke-cluster }}
587587
- name: Download build reference

pkg/common/steps.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ package common
199199
}
200200

201201
step: #step & {
202-
uses: "google-github-actions/get-gke-credentials@v1"
202+
uses: "google-github-actions/get-gke-credentials@v2"
203203
with: {
204204
cluster_name: "${{ secrets.gke-cluster }}"
205205
}

0 commit comments

Comments
 (0)