From fa151642d6752d35a9a0d0c6cb6ba54755e3e88b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 23 Mar 2026 23:14:51 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v5 (#5011) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [azure/setup-helm](https://github.com/azure/setup-helm) | action | major | `v4` → `v5` | --- ### Release Notes
azure/setup-helm (azure/setup-helm) ### [`v5`](https://github.com/azure/setup-helm/compare/v4...v5) [Compare Source](https://github.com/azure/setup-helm/compare/v4...v5)
--- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/5011 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/lint-test-helm.yaml | 4 ++-- .gitea/workflows/render-manifests.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/lint-test-helm.yaml b/.gitea/workflows/lint-test-helm.yaml index 5eef33447..0259f331f 100644 --- a/.gitea/workflows/lint-test-helm.yaml +++ b/.gitea/workflows/lint-test-helm.yaml @@ -58,7 +58,7 @@ jobs: - name: Set Up Helm if: steps.branch-exists.outputs.exists == 'true' - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: token: ${{ secrets.GITEA_TOKEN }} # renovate: datasource=github-releases depName=helm/helm @@ -257,7 +257,7 @@ jobs: echo "----" - name: Set Up Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: token: ${{ secrets.GITEA_TOKEN }} # renovate: datasource=github-releases depName=helm/helm diff --git a/.gitea/workflows/render-manifests.yaml b/.gitea/workflows/render-manifests.yaml index 019186680..3b2352fe3 100644 --- a/.gitea/workflows/render-manifests.yaml +++ b/.gitea/workflows/render-manifests.yaml @@ -43,7 +43,7 @@ jobs: path: infrastructure-manifests - name: Set Up Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5 with: token: ${{ secrets.GITEA_TOKEN }} version: v3.17.2 # Pending https://github.com/helm/helm/pull/30743