Skip to content

Commit 4603bda

Browse files
committed
ci: bump to actions/checkout@v5 and setup-python@v6 (Node.js 24)
1 parent 45aed00 commit 4603bda

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
python-version: ["3.10", "3.11", "3.12"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323

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

@@ -46,9 +46,9 @@ jobs:
4646
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
4747
needs: parity
4848
steps:
49-
- uses: actions/checkout@v4
49+
- uses: actions/checkout@v5
5050

51-
- uses: actions/setup-python@v5
51+
- uses: actions/setup-python@v6
5252
with:
5353
python-version: "3.12"
5454

0 commit comments

Comments
 (0)