From d446a18b6f2c27ac0f1e802bf3abe639b40bd73b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 21:47:30 +0000 Subject: [PATCH] Update dependency helm to v4.2.3 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 c2671fca..8234d262 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.2 + version: v4.2.3 # 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 ada18c9b..d60050e8 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.2 + version: v4.2.3 - name: Bump Version run: make bump-version VERSION="${{ inputs.version }}"