diff --git a/.github/workflows/lint-chart.yaml b/.github/workflows/lint-chart.yaml index 6608e5b..eeceb47 100644 --- a/.github/workflows/lint-chart.yaml +++ b/.github/workflows/lint-chart.yaml @@ -59,7 +59,7 @@ jobs: run: ct lint --debug --target-branch=${{ env.DEFAULT_BRANCH }} --check-version-increment=false - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' with: wait: 120s