From c897d11e498765ac83b94c2eb8087211d15a613e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:25:15 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 4 to 5 Bumps [azure/setup-helm](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/_helm_chart_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_helm_chart_lint.yaml b/.github/workflows/_helm_chart_lint.yaml index d1848be6..e2ff3bcb 100644 --- a/.github/workflows/_helm_chart_lint.yaml +++ b/.github/workflows/_helm_chart_lint.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Setup Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Setup chart-testing uses: helm/chart-testing-action@v2.7.0