From 86f3b25e3256f3d17110ffeb6d7173f9f383a145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 06:41:03 +0000 Subject: [PATCH] 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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm_chart.yml b/.github/workflows/helm_chart.yml index 0d1ff534b5..b4a36108ee 100644 --- a/.github/workflows/helm_chart.yml +++ b/.github/workflows/helm_chart.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: version: v3.12.0 @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v6 - name: Setup Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Login to GitHub Container Registry (GHCR) run: echo "${{ secrets.GITHUB_TOKEN }}" | helm registry login ghcr.io --username $GITHUB_ACTOR --password-stdin