Skip to content

Commit 434fb4b

Browse files
Merge pull request #81 from andrew-codechimp/renovate/astral-sh-ruff-action-4.x
chore(deps): update astral-sh/ruff-action action to v4
2 parents f552d03 + c1c6219 commit 434fb4b

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)