Skip to content

Commit 31a005e

Browse files
andrewhsuclaude
andcommitted
ci: upgrade astral-sh/ruff-action to v4.0.0
Updates 2 occurrences across 1 workflow file from v3 to v4.0.0. v4.0.0 runs on Node 24; v3 runs on Node 20 which is being deprecated on GitHub Actions runners. See https://github.com/astral-sh/ruff-action/releases/tag/v4.0.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d3ff2d7 commit 31a005e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Checkout code
2323
uses: actions/checkout@v6
2424
- name: Ruff format --check
25-
uses: astral-sh/ruff-action@v3
25+
uses: astral-sh/ruff-action@v4.0.0
2626
with:
2727
args: "format --check --diff"
2828
version: "0.12.10"
2929
- name: Ruff check (/tests only)
30-
uses: astral-sh/ruff-action@v3
30+
uses: astral-sh/ruff-action@v4.0.0
3131
with:
3232
args: "check --output-format=github"
3333
src: "./tests"

0 commit comments

Comments
 (0)