File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
env :
21
21
SETUPTOOLS_USE_DISTUTILS : stdlib
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- uses : actions/setup-python@v5
26
26
with :
40
40
python-version : ["3.11","3.12","3.13"]
41
41
steps :
42
42
- name : Check out repository
43
- uses : actions/checkout@v4
43
+ uses : actions/checkout@v5
44
44
45
45
- name : Set up python ${{ matrix.python-version }}
46
46
uses : actions/setup-python@v5
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Check out repository
81
- uses : actions/checkout@v4
81
+ uses : actions/checkout@v5
82
82
83
83
- name : Set up Python
84
84
uses : actions/setup-python@v5
@@ -121,7 +121,7 @@ jobs:
121
121
with :
122
122
languages : python
123
123
- name : Checkout repository
124
- uses : actions/checkout@v4
124
+ uses : actions/checkout@v5
125
125
- name : Install base libraries
126
126
run : pip install nodeenv cython setuptools pip --upgrade --quiet --user
127
127
Original file line number Diff line number Diff line change 16
16
contents : write
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
21
21
- uses : actions/setup-python@v5
22
22
with :
You can’t perform that action at this time.
0 commit comments