From 772bb6c5486ed0c5e4688713808f9825b9a7ac1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:36:01 +0000 Subject: [PATCH] Update azure/setup-helm action to v4 --- .github/workflows/chart-testing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chart-testing.yaml b/.github/workflows/chart-testing.yaml index 3e05d45..c21674b 100644 --- a/.github/workflows/chart-testing.yaml +++ b/.github/workflows/chart-testing.yaml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - name: setup helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - name: Update dependencies run: find charts/ ! -path charts/ -maxdepth 1 -type d -exec helm dependency update {} \; @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: setup helm - uses: azure/setup-helm@v3 + uses: azure/setup-helm@v4 - uses: actions/setup-python@v5 with: