From 0c95aedb14aaf160aa86375e6298b675f108e76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:47:24 +0000 Subject: [PATCH] Bump azure/setup-helm from 4.3.0 to 4.3.1 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.3.0 to 4.3.1. - [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.3.0...v4.3.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index a121302c..6fd9e349 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -202,7 +202,7 @@ jobs: # Setup helm - name: Set Up Helm if: ${{ env.SKIP_TESTS != 'true' }} - uses: azure/setup-helm@v4.3.0 + uses: azure/setup-helm@v4.3.1 with: version: latest