From 2c4efddf988d6b2b2414c40517c180a647ba3223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 20:50:24 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v4 --- .github/workflows/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 5be5c4a1..c1a39130 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -28,7 +28,7 @@ jobs: # Setting up helm binary - name: Set up Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Set up Go id: go