diff --git a/.github/workflows/lint_test.yaml b/.github/workflows/lint_test.yaml index 4488fe6..d2fc0fb 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.8.0 + uses: helm/kind-action@v1.9.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: ${{ matrix.kubernetes_version }}