diff --git a/.github/workflows/chart-lint.yml b/.github/workflows/chart-lint.yml index 6f40aa1..c3196da 100644 --- a/.github/workflows/chart-lint.yml +++ b/.github/workflows/chart-lint.yml @@ -22,7 +22,7 @@ jobs: config: .github/ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.0.0 + uses: helm/kind-action@v1.1.0 if: steps.lint.outputs.changed == 'true' - name: Run chart-testing (install)