From 40b650b7c7d581cb65740811656dbda53aa26fd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 09:23:34 -0700 Subject: [PATCH] chore(deps): update azure/setup-helm action to v3.1 (#5331) 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 0aa15c5aa..504922604 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@v3.0 + uses: azure/setup-helm@v3.1 - name: Fetch dependencies from cache id: cache-yarn