diff --git a/.github/workflows/lint_test.yaml b/.github/workflows/lint_test.yaml index 2f6ee9f..0f84576 100644 --- a/.github/workflows/lint_test.yaml +++ b/.github/workflows/lint_test.yaml @@ -47,7 +47,7 @@ jobs: run: ct lint - name: Create kind cluster - uses: helm/kind-action@v1.7.0 + uses: helm/kind-action@v1.8.0 if: steps.list-changed.outputs.changed == 'true' with: node_image: ${{ matrix.kubernetes_version }}