diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5214a7437..500162a4d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Ruff - uses: astral-sh/ruff-action@v1 + uses: astral-sh/ruff-action@v2 with: src: "./pythainlp" args: check --verbose --line-length 79 --select C901