From 0b3af17a397ede403211952a0fd280be5770a572 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 Jul 2022 00:04:39 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v3.1 --- .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 0aa15c5aa789..5049226043d8 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