Skip to content

Commit a175acb

Browse files
committed
ci: Bump checkout and setup-python to v5 for Node 24 compatibility
GitHub will force Node 24 for JS actions starting June 2nd, 2026. v5 of both actions runs on Node 24 natively, removing the deprecation warning.
1 parent 72e7537 commit a175acb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
python-version: ['3.8', '3.9', '3.10', '3.11']
1717

1818
steps:
19-
- uses: actions/checkout@v4
20-
19+
- uses: actions/checkout@v5
20+
2121
- name: Set up Python ${{ matrix.python-version }}
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525

0 commit comments

Comments
 (0)