diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 2d9148cf..398f1531 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -88,7 +88,7 @@ jobs: fi - 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: kindest/node:${{ matrix.kubernetes }}