From f346241976a3fd5206261d1809da70266416f25a Mon Sep 17 00:00:00 2001 From: SIMULATAN Bot Date: Mon, 23 Mar 2026 22:06:52 +0000 Subject: [PATCH] chore(workflows): Update azure/setup-helm action to v5 --- .github/workflows/release-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-helm.yml b/.github/workflows/release-helm.yml index 8a4ae24..a8fd5b0 100644 --- a/.github/workflows/release-helm.yml +++ b/.github/workflows/release-helm.yml @@ -22,7 +22,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"