From e65d549b6a440d139cc50dfaa36771eb102ca3b0 Mon Sep 17 00:00:00 2001 From: Kris Hicks Date: Tue, 14 Jul 2026 11:54:06 -0700 Subject: [PATCH] fix(release-dev): update azure/setup-helm to v5.0.1 Dependabot updated the Helm setup action in release-canary but missed the same reference in the release composite action. Signed-off-by: Kris Hicks --- .github/actions/release-helm-oci/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/release-helm-oci/action.yml b/.github/actions/release-helm-oci/action.yml index 7c3b5d05e6..7444cc224d 100644 --- a/.github/actions/release-helm-oci/action.yml +++ b/.github/actions/release-helm-oci/action.yml @@ -41,7 +41,7 @@ runs: password: ${{ github.token }} - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@9bc31f4ebc9c6b171d7bfbaa5d006ae7abdb4310 # v5.0.1 - name: Stage chart and patch version id: prep