From 3be57a17aaa04e68af7a35f5a1ab802025004878 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 13:02:41 +0000 Subject: [PATCH] Bump azure/setup-helm from 1.1 to 3.5 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1.1 to 3.5. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v1.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/pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index eb024e2..9695014 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -16,7 +16,7 @@ jobs: HELM_VERSION: v3.4.2 steps: - uses: actions/setup-go@v3 - - uses: azure/setup-helm@v1.1 + - uses: azure/setup-helm@v3.5 with: version: ${{ env.HELM_VERSION }} - name: Checkout code