Skip to content

Commit e199ceb

Browse files
Update astral-sh/ruff-action action to v4
1 parent fb8ca3f commit e199ceb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
steps:
99
- uses: actions/checkout@v6
1010
- name: Linting
11-
uses: astral-sh/ruff-action@v3
11+
uses: astral-sh/ruff-action@v4.1.0
1212
with:
1313
args: check
1414
- name: Check Formatting
15-
uses: astral-sh/ruff-action@v3
15+
uses: astral-sh/ruff-action@v4.1.0
1616
with:
1717
args: format --check

0 commit comments

Comments
 (0)