From 55e0fdc0e84fe959b9499decf54314735bd1f314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:04:55 +0000 Subject: [PATCH] build(deps): bump azure/setup-helm from 3.5 to 4 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 3.5 to 4. - [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/v3.5...v4) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/call-lint-chart.yaml | 2 +- .github/workflows/call-release-chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-lint-chart.yaml b/.github/workflows/call-lint-chart.yaml index 540fb0813..985e7e784 100644 --- a/.github/workflows/call-lint-chart.yaml +++ b/.github/workflows/call-lint-chart.yaml @@ -70,7 +70,7 @@ jobs: # https://github.com/Azure/setup-helm - name: Set up Helm if: ${{ env.RUN_JUST_LINT_CHART == 'false' }} - uses: azure/setup-helm@v3.5 + uses: azure/setup-helm@v4 # https://github.com/actions/setup-python - name: Set up Python diff --git a/.github/workflows/call-release-chart.yaml b/.github/workflows/call-release-chart.yaml index 093a34a39..346ef74b9 100644 --- a/.github/workflows/call-release-chart.yaml +++ b/.github/workflows/call-release-chart.yaml @@ -90,7 +90,7 @@ jobs: ## chart - name: Install Helm - uses: azure/setup-helm@v3.5 + uses: azure/setup-helm@v4 - name: Download Chart Artifact uses: actions/download-artifact@v4.1.5