From cd97ce51d0da5f95c0f21922b9af189b9e526dc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 07:00:52 +0000 Subject: [PATCH] Bump azure/setup-helm from 2.1 to 3.5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 2.1 to 3.5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v2.1...v3.5) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a418c75..e729ced 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -65,7 +65,7 @@ jobs: id: docker-tag uses: yuya-takeyama/docker-tag-from-github-ref-action@v1 - name: Set up Helm - uses: azure/setup-helm@v2.1 + uses: azure/setup-helm@v3.5 with: version: "v3.8.2" - name: Run chart-testing (lint) @@ -134,7 +134,7 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm - uses: azure/setup-helm@v2.1 + uses: azure/setup-helm@v3.5 with: version: "v3.8.2" - name: Install CR