From a30f7b72ca619062195c7e0144240d03c36177b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 13:02:08 +0000 Subject: [PATCH] chore(deps): update dependency helm to v4 | datasource | package | from | to | | --------------- | --------- | ------ | ------ | | github-releases | helm/helm | v3.8.1 | v4.2.0 | --- .github/workflows/lint-test.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 4142067..2d63838 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4 with: - version: v3.8.1 + version: v4.2.0 # Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and # yamllint (https://github.com/adrienverge/yamllint) which require Python diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4ba6426..3b66e11 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v4 with: - version: v3.8.1 + version: v4.2.0 # Optional step if GPG signing is used - name: Prepare GPG key