diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 947e0c7..2a894f1 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.9.0 + uses: helm/kind-action@v1.10.0 if: steps.list-changed.outputs.changed == 'true' with: config: .github/kind-config.yaml