From c99f4cef254bac940062ccf19021b39f1786bbb9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:57:29 -0700 Subject: [PATCH] chore(deps): update azure/setup-helm action to v3 (#5302) Co-authored-by: renovate[bot] <29139614+renovate[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 b8154a770..048f4dfd4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,7 +39,7 @@ jobs: node-version: "16" - name: Install helm - uses: azure/setup-helm@v2.1 + uses: azure/setup-helm@v3.0 - name: Fetch dependencies from cache id: cache-yarn