diff --git a/.github/workflows/lint-test-chart.yaml b/.github/workflows/lint-test-chart.yaml index c309e760..74fa8b9a 100644 --- a/.github/workflows/lint-test-chart.yaml +++ b/.github/workflows/lint-test-chart.yaml @@ -39,7 +39,7 @@ jobs: run: ct lint - name: Create Kind cluster - uses: helm/kind-action@v1.5.0 + uses: helm/kind-action@v1.11.0 with: wait: 120s if: steps.list-changed.outputs.changed == 'true'