From e8c78c24b496181bb9d9b94550c538893cf50bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Apr 2021 07:11:39 -0700 Subject: [PATCH] chore(deps): bump azure/setup-helm from v1 to v1.1 (#3086) Bumps [azure/setup-helm](https://github.com/azure/setup-helm) from v1 to v1.1. - [Release notes](https://github.com/azure/setup-helm/releases) - [Commits](https://github.com/azure/setup-helm/compare/v1...18bc76811624f360dbd7f18c2d4ecb32c7b87bab) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 9bd2a534..c15e4825 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: node-version: "12" - name: Install helm - uses: azure/setup-helm@v1 + uses: azure/setup-helm@v1.1 - name: Fetch dependencies from cache id: cache-yarn