Skip to content

Commit c113c1f

Browse files
stonebigclaude
andcommitted
CI: bump actions/checkout to v5 and setup-python to v6 (Node 24)
The v4/v5 (and v2 in tests.yml) majors run on Node 20, which GitHub runners are deprecating in favor of Node 24. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent cb9cff2 commit c113c1f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
permissions:
1212
id-token: write # OIDC : this replaces the PyPI token
1313
steps:
14-
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v5
14+
- uses: actions/checkout@v5
15+
- uses: actions/setup-python@v6
1616
with:
1717
python-version: "3.12"
1818
- run: |

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: [3.14]
2020

2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v5
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies

0 commit comments

Comments
 (0)