From e687dcfe63fa1e709067979ea4b793e90660248d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:43:14 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 4.0.0 to 4.1.0 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.0.0 to 4.1.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.0.0...v4.1.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-helm.yml b/.github/workflows/ci-helm.yml index ab8fb463b9d8..668db84f5f3a 100644 --- a/.github/workflows/ci-helm.yml +++ b/.github/workflows/ci-helm.yml @@ -26,7 +26,7 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: azure/setup-helm@v4.0.0 + - uses: azure/setup-helm@v4.1.0 with: version: v3.12.1 - uses: helm/chart-testing-action@v2.6.1