Skip to content

Commit 888ff54

Browse files
chore(deps): update astral-sh/ruff-action action to v3.5.0 (#600)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4072eb7 commit 888ff54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
run: uv sync --locked
3535
- name: Run ruff check
3636
if: '!cancelled()'
37-
uses: astral-sh/ruff-action@v3.4.0
37+
uses: astral-sh/ruff-action@v3.5.0
3838
- name: Run ruff format
3939
if: '!cancelled()'
40-
uses: astral-sh/ruff-action@v3.4.0
40+
uses: astral-sh/ruff-action@v3.5.0
4141
with:
4242
args: "format --check"
4343
- uses: mschoettle/[email protected]

0 commit comments

Comments
 (0)