From fe3e2a2d865d24d46947cf79f1ec9e5c6eb42c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 08:44:03 +0000 Subject: [PATCH] Bump azure/setup-helm from 4 to 5 in the github-actions group Bumps the github-actions group with 1 update: [azure/setup-helm](https://github.com/azure/setup-helm). Updates `azure/setup-helm` from 4 to 5 - [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...v5) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/chart-lint-test-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart-lint-test-release.yaml b/.github/workflows/chart-lint-test-release.yaml index 630538c..3690103 100644 --- a/.github/workflows/chart-lint-test-release.yaml +++ b/.github/workflows/chart-lint-test-release.yaml @@ -23,7 +23,7 @@ jobs: fetch-depth: 0 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -80,7 +80,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 # Add all dependencies of all charts in this repo with "helm repo add" # https://github.com/helm/chart-releaser-action/issues/74#issuecomment-1206111172