From 770ce44a737b9417da2b931dc4090d7521b21a14 Mon Sep 17 00:00:00 2001 From: "small-hack-renovate[bot]" <151926327+small-hack-renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:46:07 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v5 --- .github/workflows/lint-and-test-chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint-and-test-chart.yaml b/.github/workflows/lint-and-test-chart.yaml index 97bcd1c..693bf6a 100644 --- a/.github/workflows/lint-and-test-chart.yaml +++ b/.github/workflows/lint-and-test-chart.yaml @@ -16,7 +16,7 @@ jobs: fetch-depth: "0" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Add dependency chart repos run: | @@ -48,7 +48,7 @@ jobs: fetch-depth: "0" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Add dependency chart repos run: | @@ -85,7 +85,7 @@ jobs: fetch-depth: "0" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Add dependency chart repos run: | @@ -122,7 +122,7 @@ jobs: fetch-depth: "0" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Add dependency chart repos run: |