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 }}"