From be1a374ca847eb050e58e10f058885613af110a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 21:35:02 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v5 --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3703456..f524e4d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -156,7 +156,7 @@ jobs: persist-credentials: true # uses GITHUB_TOKEN for pushes - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Derive chart version from tag (strip leading "v" if present) id: ver