From ed7322b2f03b6d6aff3b2a9094df056776264a6e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:19:35 +0200 Subject: [PATCH] Update azure/setup-helm action to v5 (#1409) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/helm-release-chart.yml | 2 +- .github/workflows/helm-test-chart.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/helm-release-chart.yml b/.github/workflows/helm-release-chart.yml index fa9aa6df..a0e48914 100644 --- a/.github/workflows/helm-release-chart.yml +++ b/.github/workflows/helm-release-chart.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Set up Helm - uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1 + uses: azure/setup-helm@dda3372f752e03dde6b3237bc9431cdc2f7a02a2 # v5.0.0 - name: Log in to GHCR uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 diff --git a/.github/workflows/helm-test-chart.yml b/.github/workflows/helm-test-chart.yml index 541b784a..794dfd2f 100644 --- a/.github/workflows/helm-test-chart.yml +++ b/.github/workflows/helm-test-chart.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Lint the Helm chart run: |