diff --git a/.github/workflows/lint-chart.yaml b/.github/workflows/lint-chart.yaml index 8d04345a1..681fa58e4 100644 --- a/.github/workflows/lint-chart.yaml +++ b/.github/workflows/lint-chart.yaml @@ -67,7 +67,7 @@ jobs: run: ct lint --debug --check-version-increment=false - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.9.0 if: steps.list-changed.outputs.changed == 'true' with: wait: 120s