From 76561877e004845392dd1f144bfc87d23fa96be9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 22:22:52 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v4 --- .github/workflows/ct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ct.yaml b/.github/workflows/ct.yaml index f0edce5..b0633c5 100644 --- a/.github/workflows/ct.yaml +++ b/.github/workflows/ct.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Install Helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Set up chart-testing uses: helm/chart-testing-action@v2.6.1