Skip to content

Commit c1c6219

Browse files
chore(deps): update astral-sh/ruff-action action to v4
1 parent 78cd9a6 commit c1c6219

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
uses: actions/checkout@v6
2323

2424
- name: Ruff Check
25-
uses: astral-sh/ruff-action@v3
25+
uses: astral-sh/ruff-action@v4.0.0
2626
with:
2727
args: check --output-format=github
2828

2929
- name: Ruff Format
30-
uses: astral-sh/ruff-action@v3
30+
uses: astral-sh/ruff-action@v4.0.0
3131
with:
3232
args: format --check --diff
3333

0 commit comments

Comments
 (0)