From 7e4e03f3da69b9e9bdd8603caa9e0f71876ec0d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 05:54:23 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v4 --- .github/workflows/helm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index 32d6b4a..4291b18 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -25,7 +25,7 @@ jobs: git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - name: Install Helm ⚙️ - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Login to Helm Registry 🔑 run: |