From 1efba80a2e4c551b4e2f1332e2a97070bbb1e7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 23:34:53 -0700 Subject: [PATCH] chore(deps): bump azure/setup-helm from 4.1.0 to 4.2.0 (#8917) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 4.1.0 to 4.2.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.1.0...v4.2.0) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cd-helm.yml | 4 ++-- .github/workflows/ci-helm.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd-helm.yml b/.github/workflows/cd-helm.yml index 46004057be8a..1e8fd58e166c 100644 --- a/.github/workflows/cd-helm.yml +++ b/.github/workflows/cd-helm.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: azure/setup-helm@v4.1.0 + - uses: azure/setup-helm@v4.2.0 with: version: v3.12.1 - uses: helm/chart-testing-action@v2.6.1 @@ -57,7 +57,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Set up Helm - uses: azure/setup-helm@v4.1.0 + uses: azure/setup-helm@v4.2.0 with: version: v3.12.1 diff --git a/.github/workflows/ci-helm.yml b/.github/workflows/ci-helm.yml index bb34bc9c3370..02cd8d3a7fd3 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.1.0 + - uses: azure/setup-helm@v4.2.0 with: version: v3.12.1 - uses: helm/chart-testing-action@v2.6.1