File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
- name : Set up Python 3.8
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.8'
25
25
- name : cache weekly timestamp
Original file line number Diff line number Diff line change 26
26
ref : dev
27
27
fetch-depth : 0
28
28
- name : Set up Python 3.9
29
- uses : actions/setup-python@v4
29
+ uses : actions/setup-python@v5
30
30
with :
31
31
python-version : ' 3.9'
32
32
- shell : bash
Original file line number Diff line number Diff line change 30
30
steps :
31
31
- uses : actions/checkout@v4
32
32
- name : Set up Python 3.8
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ' 3.8'
36
36
- name : Prepare pip wheel
76
76
steps :
77
77
- uses : actions/checkout@v4
78
78
- name : Set up Python ${{ matrix.python-version }}
79
- uses : actions/setup-python@v4
79
+ uses : actions/setup-python@v5
80
80
with :
81
81
python-version : ${{ matrix.python-version }}
82
82
- name : Prepare pip wheel
@@ -121,7 +121,7 @@ jobs:
121
121
steps :
122
122
- uses : actions/checkout@v4
123
123
- name : Set up Python 3.8
124
- uses : actions/setup-python@v4
124
+ uses : actions/setup-python@v5
125
125
with :
126
126
python-version : ' 3.8'
127
127
- name : Prepare pip wheel
Original file line number Diff line number Diff line change 28
28
steps :
29
29
- uses : actions/checkout@v4
30
30
- name : Set up Python 3.8
31
- uses : actions/setup-python@v4
31
+ uses : actions/setup-python@v5
32
32
with :
33
33
python-version : ' 3.8'
34
34
- name : cache weekly timestamp
69
69
disk-root : " D:"
70
70
- uses : actions/checkout@v4
71
71
- name : Set up Python 3.8
72
- uses : actions/setup-python@v4
72
+ uses : actions/setup-python@v5
73
73
with :
74
74
python-version : ' 3.8'
75
75
- name : Prepare pip wheel
@@ -128,7 +128,7 @@ jobs:
128
128
with :
129
129
fetch-depth : 0
130
130
- name : Set up Python 3.8
131
- uses : actions/setup-python@v4
131
+ uses : actions/setup-python@v5
132
132
with :
133
133
python-version : ' 3.8'
134
134
- name : cache weekly timestamp
@@ -209,7 +209,7 @@ jobs:
209
209
steps :
210
210
- uses : actions/checkout@v4
211
211
- name : Set up Python 3.8
212
- uses : actions/setup-python@v4
212
+ uses : actions/setup-python@v5
213
213
with :
214
214
python-version : ' 3.8'
215
215
- name : cache weekly timestamp
Original file line number Diff line number Diff line change 19
19
with :
20
20
fetch-depth : 0
21
21
- name : Set up Python ${{ matrix.python-version }}
22
- uses : actions/setup-python@v4
22
+ uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ${{ matrix.python-version }}
25
25
- name : Install setuptools
97
97
with :
98
98
fetch-depth : 0
99
99
- name : Set up Python 3.9
100
- uses : actions/setup-python@v4
100
+ uses : actions/setup-python@v5
101
101
with :
102
102
python-version : ' 3.9'
103
103
- shell : bash
Original file line number Diff line number Diff line change 83
83
with :
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 : cache weekly timestamp
@@ -120,7 +120,7 @@ jobs:
120
120
runs-on : ubuntu-latest
121
121
steps :
122
122
- name : Set up Python 3.8
123
- uses : actions/setup-python@v4
123
+ uses : actions/setup-python@v5
124
124
with :
125
125
python-version : ' 3.8'
126
126
- name : cache weekly timestamp
Original file line number Diff line number Diff line change 14
14
ref : dev
15
15
fetch-depth : 0
16
16
- name : Set up Python 3.9
17
- uses : actions/setup-python@v4
17
+ uses : actions/setup-python@v5
18
18
with :
19
19
python-version : ' 3.9'
20
20
- name : Install setuptools
You can’t perform that action at this time.
0 commit comments