Skip to content

Commit a8554b0

Browse files
tylnexttimeclaude
andcommitted
ci: bump checkout@v5 + setup-python@v6 (Node 24)
GitHub forces Node 24 on Actions runners from June 2026 and removes Node 20 in Sept 2026. actions/checkout@v4 and actions/setup-python@v5 run on Node 20 and logged deprecation warnings on the v0.3.0 publish. Bump to the Node-24 majors. No behaviour change; pypa/gh-action-pypi-publish is unaffected. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e93e7ad commit a8554b0

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
@@ -18,10 +18,10 @@ jobs:
1818
python-version: ["3.10", "3.11", "3.12", "3.13"]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Set up Python
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

@@ -52,8 +52,8 @@ jobs:
5252
permissions:
5353
id-token: write # OIDC publishing — no PyPI token in repo secrets
5454
steps:
55-
- uses: actions/checkout@v4
56-
- uses: actions/setup-python@v5
55+
- uses: actions/checkout@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.12"
5959
- name: Build

0 commit comments

Comments
 (0)