diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 52cc643..fa76552 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -42,7 +42,7 @@ jobs: run: ct lint --config ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.2.0 + uses: helm/kind-action@v1.4.0 with: install_local_path_provisioner: true if: steps.list-changed.outputs.changed == 'true'