From a748f4536e5368b2cf4d4b16f11daf207a20baf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 11:15:09 +0000 Subject: [PATCH] chore(deps): bump azure/setup-helm from 1.1 to 3.1 Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from 1.1 to 3.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v1.1...v3.1) --- updated-dependencies: - dependency-name: azure/setup-helm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d38f1e3a801e..2afa7d744388 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: node-version: "12" - name: Install helm - uses: azure/setup-helm@v1.1 + uses: azure/setup-helm@v3.1 - name: Fetch dependencies from cache id: cache-yarn