Skip to content

Commit

Permalink
chore(deps): update google-github-actions/get-gke-credentials action …
Browse files Browse the repository at this point in the history
…to v2 (#574)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[google-github-actions/get-gke-credentials](https://redirect.github.com/google-github-actions/get-gke-credentials)
| action | major | `v1` -> `v2` |

---

### Release Notes

<details>
<summary>google-github-actions/get-gke-credentials
(google-github-actions/get-gke-credentials)</summary>

###
[`v2`](https://redirect.github.com/google-github-actions/get-gke-credentials/releases/tag/v2)

[Compare
Source](https://redirect.github.com/google-github-actions/get-gke-credentials/compare/v1...v2)

Floating v2 alias

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/zeebe-io/zeebe-chaos).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC41OS4yIiwidXBkYXRlZEluVmVyIjoiMzguNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
ChrisKujawa authored Sep 3, 2024
2 parents 0916903 + 2d9cc6e commit 34b8d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
service_account: '[email protected]'
- id: 'get-credentials'
name: 'Get GKE credentials'
uses: 'google-github-actions/get-gke-credentials@v1'
uses: 'google-github-actions/get-gke-credentials@v2'
with:
cluster_name: 'zeebe-cluster'
location: 'europe-west1-b'
Expand Down

0 comments on commit 34b8d28

Please sign in to comment.