From 825177c56396b12a7c655918380d99aab61a02a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 08:53:30 +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/chart-drift.yml | 2 +- .github/workflows/e2e.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart-drift.yml b/.github/workflows/chart-drift.yml index 78a41f02..dfe85503 100644 --- a/.github/workflows/chart-drift.yml +++ b/.github/workflows/chart-drift.yml @@ -81,7 +81,7 @@ jobs: - name: Set up Helm # Pinned to the same version the client repo's own drift-checks job # uses, so both sides assert against an identical render. - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: version: v3.15.4 diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index e48d5c67..3c0134c5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -104,7 +104,7 @@ jobs: run: curl -sfL https://raw.githubusercontent.com/k3d-io/k3d/v5.7.4/install.sh | TAG=v5.7.4 bash - name: Install helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 with: version: v3.15.4