Skip to content

Commit b7a67cc

Browse files
Tools00claude
andcommitted
ci: bump actions to node-24-compatible versions
actions/checkout@v4 → v5, actions/setup-python@v5 → v6. Removes Node 20 deprecation warnings. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b31c003 commit b7a67cc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
python-version: ["3.11", "3.12", "3.13"]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020

2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v5
22+
uses: actions/setup-python@v6
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
cache: pip
@@ -36,10 +36,10 @@ jobs:
3636
name: Lint (ruff)
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@v4
39+
- uses: actions/checkout@v5
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v5
42+
uses: actions/setup-python@v6
4343
with:
4444
python-version: "3.12"
4545
cache: pip

0 commit comments

Comments
 (0)