Skip to content

Commit be5518d

Browse files
authored
Merge pull request #1044 from PyThaiNLP/dependabot/github_actions/astral-sh/ruff-action-3
Bump astral-sh/ruff-action from 2 to 3
2 parents 8b5bb28 + a4b9453 commit be5518d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
- name: Ruff
26-
uses: astral-sh/ruff-action@v2
26+
uses: astral-sh/ruff-action@v3
2727
with:
2828
src: "./pythainlp"
2929
args: check --verbose --line-length 79 --select C901

0 commit comments

Comments
 (0)