From 7a2ee5f3efb57eff7b0b3d0c88ea864716b5300c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 09:20:49 +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