Skip to content

Commit 48009e9

Browse files
pavelkomarovclaude
andcommitted
ci: bump checkout and setup-python to Node 24 (v6) actions
Node 20 actions are deprecated and force-migrated to Node 24 on 2026-06-16. Bump actions/checkout@v4 -> v6 and actions/setup-python@v5 -> v6 in the test and release workflows. Inputs are unchanged; only the runtime updates. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 00ee1a9 commit 48009e9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
TWINE_USERNAME: __token__
99
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: actions/setup-python@v5
11+
- uses: actions/checkout@v6
12+
- uses: actions/setup-python@v6
1313
with:
1414
python-version: '3.x'
1515
- run: |

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
run-tests:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0 # important for Coveralls to read commit history
14-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1515
with:
1616
python-version: '3.13' # because cvxopt binaries for 3.14 don't yet exist, and building is terrible
1717
- name: tests and coverage

0 commit comments

Comments
 (0)