diff --git a/.github/workflows/helm.yaml b/.github/workflows/helm.yaml index a4faa5fc..a11eefe2 100644 --- a/.github/workflows/helm.yaml +++ b/.github/workflows/helm.yaml @@ -44,7 +44,7 @@ jobs: run: ct lint --target-branch ${{ github.event.repository.default_branch }} --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' - name: Run chart-testing (install)