From 7d563452f489424def84b07b11fb0a021b69fe0c 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 21:27:37 +0000 Subject: [PATCH] chore(deps): update azure/setup-helm action to v5 --- .github/workflows/ci-helm-lint-test.yml | 2 +- .github/workflows/release-charts.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index b313d95..75f1da4 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: "0" - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Add dependency chart repos run: | diff --git a/.github/workflows/release-charts.yaml b/.github/workflows/release-charts.yaml index 4387d07..ebcaab3 100644 --- a/.github/workflows/release-charts.yaml +++ b/.github/workflows/release-charts.yaml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - name: Install Helm - uses: azure/setup-helm@v4 + uses: azure/setup-helm@v5 - name: Configure Git run: |