diff --git a/.github/workflows/lint_test.yaml b/.github/workflows/lint_test.yaml index 47e9f63..1e86736 100644 --- a/.github/workflows/lint_test.yaml +++ b/.github/workflows/lint_test.yaml @@ -48,7 +48,7 @@ jobs: run: ct lint - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: ${{ matrix.kubernetes_version }}