File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 25
25
- ' --editable git+https://github.com/nipype/pydra.git#egg=pydra'
26
26
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- name : Set up Python ${{ matrix.python-version }}
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
- name : Install build dependencies
50
50
python-version : [3.7, 3.8, 3.9, '3.10']
51
51
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- name : Set up Python ${{ matrix.python-version }}
55
- uses : actions/setup-python@v4
55
+ uses : actions/setup-python@v5
56
56
with :
57
57
python-version : ${{ matrix.python-version }}
58
58
- name : Install build dependencies
@@ -78,12 +78,12 @@ jobs:
78
78
matrix :
79
79
python-version : [3.9]
80
80
steps :
81
- - uses : actions/checkout@v3
81
+ - uses : actions/checkout@v4
82
82
with :
83
83
submodules : recursive
84
84
fetch-depth : 0
85
85
- name : Set up Python ${{ matrix.python-version }}
86
- uses : actions/setup-python@v4
86
+ uses : actions/setup-python@v5
87
87
with :
88
88
python-version : ${{ matrix.python-version }}
89
89
- name : Install build tools
You can’t perform that action at this time.
0 commit comments