From 81e54dfc9a93c2d3c9164776c61d9e2631517be6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 18:40:45 +0000 Subject: [PATCH] Update dependency helm to v4.2.1 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/lint-test.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index a311bdb0..654df5cf 100644 --- a/.github/workflows/lint-test.yml +++ b/.github/workflows/lint-test.yml @@ -51,7 +51,7 @@ jobs: - name: Set up Helm uses: azure/setup-helm@v5 with: - version: v4.2.0 + version: v4.2.1 # 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 b5db9144..b2ba8fb0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -33,7 +33,7 @@ jobs: - name: Install Helm uses: azure/setup-helm@v5 with: - version: v4.2.0 + version: v4.2.1 - name: Bump Version run: make bump-version VERSION="${{ inputs.version }}"