From f602a4d6dec5f7f0c42579ebc643a38ff5759951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 18:22:11 +0000 Subject: [PATCH] ci: bump azure/setup-helm from 4.2.0 to 5.0.0 in /.github/workflows Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.2.0 to 5.0.0. - [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.2.0...v5.0.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_helm_lint.yaml | 2 +- .github/workflows/_supergraph_publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/_helm_lint.yaml b/.github/workflows/_helm_lint.yaml index 668ded88..099a8813 100644 --- a/.github/workflows/_helm_lint.yaml +++ b/.github/workflows/_helm_lint.yaml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Setup Helm - uses: azure/setup-helm@v4.2.0 + uses: azure/setup-helm@v5.0.0 - name: Setup chart-testing uses: helm/chart-testing-action@v2.7.0 diff --git a/.github/workflows/_supergraph_publish.yaml b/.github/workflows/_supergraph_publish.yaml index f5695ba1..a81ef186 100644 --- a/.github/workflows/_supergraph_publish.yaml +++ b/.github/workflows/_supergraph_publish.yaml @@ -33,7 +33,7 @@ jobs: - name: Setup Helm if: steps.version.outputs.result != '' - uses: azure/setup-helm@v4.2.0 + uses: azure/setup-helm@v5.0.0 - name: Download Router Execution Config Artifact if: steps.version.outputs.result != ''