File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 44
44
with :
45
45
node-version : 18.15
46
46
- name : Set up Python 3.8
47
- uses : actions/setup-python@v4
47
+ uses : actions/setup-python@v5
48
48
with :
49
49
python-version : 3.8
50
50
- name : Install dependencies
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 : Run Tests
Original file line number Diff line number Diff line change 31
31
uses : actions/checkout@v4
32
32
- name : Setup Pages
33
33
uses : actions/configure-pages@v4
34
- - uses : actions/setup-python@v4
34
+ - uses : actions/setup-python@v5
35
35
with :
36
36
python-version : ' 3.8'
37
37
- run : pip install -e ".[doc]"
Original file line number Diff line number Diff line change 31
31
echo 'C:\msys64\mingw64\bin' >> "$GITHUB_PATH"
32
32
echo 'C:\msys64\usr\bin' >> "$GITHUB_PATH"
33
33
- name : Set up Python 3.8
34
- uses : actions/setup-python@v4
34
+ uses : actions/setup-python@v5
35
35
with :
36
36
python-version : 3.8
37
37
- name : Install dependencies
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
Original file line number Diff line number Diff line change 13
13
- uses : actions/checkout@v4
14
14
15
15
- name : Set up Python
16
- uses : actions/setup-python@v4
16
+ uses : actions/setup-python@v5
17
17
with :
18
18
python-version : ' 3.x'
19
19
Original file line number Diff line number Diff line change 24
24
uses : actions/checkout@v4
25
25
26
26
- name : Set up Python 3.8
27
- uses : actions/setup-python@v4
27
+ uses : actions/setup-python@v5
28
28
with :
29
29
python-version : 3.8
30
30
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
You can’t perform that action at this time.
0 commit comments