Skip to content

Commit 553e0c7

Browse files
chore(deps): Update azure/setup-helm action to v5 (#876)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azure/setup-helm](https://redirect.github.com/azure/setup-helm) | action | major | `v4` → `v5` | --- ### Release Notes <details> <summary>azure/setup-helm (azure/setup-helm)</summary> ### [`v5`](https://redirect.github.com/azure/setup-helm/compare/v4...v5) [Compare Source](https://redirect.github.com/azure/setup-helm/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: cloudquery-ci[bot] <271027272+cloudquery-ci[bot]@users.noreply.github.com>
1 parent b6dce59 commit 553e0c7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Set up Helm
18-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
18+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
1919
with:
2020
version: v3.8.1
2121

.github/workflows/release_please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install Helm
4343
if: |
4444
startsWith(github.event.head_commit.message, 'chore(main): Release')
45-
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
45+
uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5
4646
with:
4747
version: v3.8.1
4848

0 commit comments

Comments
 (0)