ci: bump checkout/setup-python to v7 to drop Node 20 warning

v4/v5 still declare node20 in their action.yml even though runners now
force node24 — v7 of both actions declares node24 natively.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Carlo1911
2026-08-04 18:20:11 -05:00
parent 53e9a72128
commit 651553f4f5
+2 -2
View File
@@ -10,8 +10,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: "3.12"
- run: pip install -e ".[dev]"