diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml index f457e588..c8452178 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.3 + version: v4.2.4 # 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 d60050e8..df3f4f3c 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.3 + version: v4.2.4 - name: Bump Version run: make bump-version VERSION="${{ inputs.version }}"