From 2d093b37810947ccfbfa4f198a4c517dfcd40202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 19:53:12 +0000 Subject: [PATCH] build(deps): bump azure/setup-helm from 4.3.1 to 5.0.0 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/azure/setup-helm/releases) - [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-helm/compare/v4.3.1...v5.0.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/releasecharts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasecharts.yaml b/.github/workflows/releasecharts.yaml index 891dc29f7..dd269acf5 100644 --- a/.github/workflows/releasecharts.yaml +++ b/.github/workflows/releasecharts.yaml @@ -20,7 +20,7 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v4.3.1 + uses: azure/setup-helm@v5.0.0 - name: Extract tag version id: get_version run: echo "version=${GITHUB_REF##*/chart-}" >> $GITHUB_ENV