Skip to content

Commit 7f564f5

Browse files
Bump astral-sh/ruff-action from 1 to 2
Bumps [astral-sh/ruff-action](https://github.com/astral-sh/ruff-action) from 1 to 2. - [Release notes](https://github.com/astral-sh/ruff-action/releases) - [Commits](astral-sh/ruff-action@v1...v2) --- updated-dependencies: - dependency-name: astral-sh/ruff-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cefcea1 commit 7f564f5

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)