From 47401cd9c6b1c786593c5ecd4d5c8d65072e4390 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:54:39 +0000 Subject: [PATCH] Renovate: Update azure/setup-helm action to v5 --- .github/workflows/helm-oci-package-ghcr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-oci-package-ghcr.yaml b/.github/workflows/helm-oci-package-ghcr.yaml index 3a27063..94740ea 100644 --- a/.github/workflows/helm-oci-package-ghcr.yaml +++ b/.github/workflows/helm-oci-package-ghcr.yaml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 fetch-tags: true - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Lint Helm Chart run: helm lint charts/kvm-node-agent - name: Package Helm Chart