From bca88ee2769616118aab572f619cfe7d60d5d448 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:23:37 +0000 Subject: [PATCH] Chore: (deps): Bump azure/setup-helm from 3.5 to 5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 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/5119fcb9089d432beecbf79bb2c7915207344b78...dda3372f752e03dde6b3237bc9431cdc2f7a02a2) --- 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/chart.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart.yml b/.github/workflows/chart.yml index bd85614d5..828731ca3 100644 --- a/.github/workflows/chart.yml +++ b/.github/workflows/chart.yml @@ -24,7 +24,7 @@ jobs: run: | echo "git_revision=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Install Helm - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 with: version: v3.4.0 - name: Setup node