Skip to content

Commit 0a6165f

Browse files
author
Pieter van Beerendonk
committed
bump py version in ci
1 parent 2d4aaa9 commit 0a6165f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v4
2626

2727
- name: Setup python
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v5
2929
with:
30-
python-version: 3.7
30+
python-version: 3.12
3131

3232
- name: Install requirements
3333
run: |

0 commit comments

Comments
 (0)