diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 68381e2..fda59a5 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -53,7 +53,7 @@ jobs: run: ct lint --config .github/ct.yaml - name: Create kind cluster - uses: helm/kind-action@v1.8.0 + uses: helm/kind-action@v1.9.0 with: node_image: kindest/node:${{ matrix.k8s }} # Only build a kind cluster if there are chart changes to test.