Skip to content

Commit e40f810

Browse files
authored
Merge pull request #1010 from PyThaiNLP/dependabot/github_actions/astral-sh/ruff-action-2
Bump astral-sh/ruff-action from 1 to 2
2 parents cefcea1 + 7f564f5 commit e40f810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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@v1
26+
uses: astral-sh/ruff-action@v2
2727
with:
2828
src: "./pythainlp"
2929
args: check --verbose --line-length 79 --select C901

0 commit comments

Comments
 (0)