File tree 5 files changed +12
-12
lines changed 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
submodules : " recursive"
20
20
21
21
# Used to host cibuildwheel
22
- - uses : actions/setup-python@v3
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : " 3.8"
25
25
78
78
- uses : actions/checkout@v3
79
79
with :
80
80
submodules : " recursive"
81
- - uses : actions/setup-python@v3
81
+ - uses : actions/setup-python@v5
82
82
with :
83
83
python-version : " 3.8"
84
84
- name : Install dependencies
Original file line number Diff line number Diff line change 20
20
with :
21
21
submodules : " recursive"
22
22
- name : Set up Python
23
- uses : actions/setup-python@v4
23
+ uses : actions/setup-python@v5
24
24
with :
25
25
python-version : " 3.8"
26
26
- name : Append Dev Version to __version__
Original file line number Diff line number Diff line change 14
14
with :
15
15
submodules : " recursive"
16
16
- name : Set up Python
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : " 3.8"
20
20
- name : Install dependencies
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
- name : Set up Python ${{ matrix.python-version }}
15
- uses : actions/setup-python@v4
15
+ uses : actions/setup-python@v5
16
16
with :
17
17
python-version : ${{ matrix.python-version }}
18
18
- name : Install dependencies
32
32
33
33
steps :
34
34
- name : Set up Python ${{ matrix.python-version }}
35
- uses : actions/setup-python@v4
35
+ uses : actions/setup-python@v5
36
36
with :
37
37
python-version : ${{ matrix.python-version }}
38
38
- name : Install dependencies
52
52
53
53
steps :
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 dependencies
Original file line number Diff line number Diff line change 21
21
with :
22
22
submodules : " recursive"
23
23
- name : Set up Python ${{ matrix.python-version }}
24
- uses : actions/setup-python@v4
24
+ uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ${{ matrix.python-version }}
27
27
- name : Install dependencies
44
44
with :
45
45
submodules : " recursive"
46
46
- name : Set up Python ${{ matrix.python-version }}
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : ${{ matrix.python-version }}
50
50
- name : Install dependencies
67
67
with :
68
68
submodules : " recursive"
69
69
- name : Set up Python ${{ matrix.python-version }}
70
- uses : actions/setup-python@v4
70
+ uses : actions/setup-python@v5
71
71
with :
72
72
python-version : ${{ matrix.python-version }}
73
73
- name : Install dependencies
87
87
# with:
88
88
# submodules: "recursive"
89
89
# - name: Set up Python 3.8
90
- # uses: actions/setup-python@v4
90
+ # uses: actions/setup-python@v5
91
91
# with:
92
92
# python-version: "3.8"
93
93
# - name: Set up OpenCL & CLBlast
@@ -114,7 +114,7 @@ jobs:
114
114
with :
115
115
submodules : " recursive"
116
116
- name : Set up Python 3.8
117
- uses : actions/setup-python@v4
117
+ uses : actions/setup-python@v5
118
118
with :
119
119
python-version : " 3.8"
120
120
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments