diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fbcab02..947e0c7 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: run: ct lint - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 if: steps.list-changed.outputs.changed == 'true' with: config: .github/kind-config.yaml