From fc75db6edccabb429d093ffe532ab15b6c8ca1de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 21:48:39 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v2 (#5088) Co-authored-by: Renovate Bot Co-authored-by: Joe Previte --- .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 ea9ea2664..9dfc0f7f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: node-version: "14" - name: Install helm - uses: azure/setup-helm@v1.1 + uses: azure/setup-helm@v2.1 - name: Fetch dependencies from cache id: cache-yarn