File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
- uses : actions/checkout@v4
43
43
with :
44
44
submodules : true
45
- - uses : actions/setup-python@v4
45
+ - uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ' 3.x'
48
48
- uses : actions/cache@v3
66
66
- uses : actions/checkout@v4
67
67
with :
68
68
submodules : false
69
- - uses : actions/setup-python@v4
69
+ - uses : actions/setup-python@v5
70
70
with :
71
71
python-version : ' 3.x'
72
72
- uses : actions/cache@v3
91
91
- uses : actions/checkout@v4
92
92
with :
93
93
submodules : false
94
- - uses : actions/setup-python@v4
94
+ - uses : actions/setup-python@v5
95
95
with :
96
96
python-version : ' 3.x'
97
97
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v4
22
22
with :
23
23
submodules : true
24
- - uses : actions/setup-python@v4
24
+ - uses : actions/setup-python@v5
25
25
with :
26
26
python-version : ' 3.x'
27
27
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v4
33
33
with :
34
34
submodules : false
35
- - uses : actions/setup-python@v4
35
+ - uses : actions/setup-python@v5
36
36
with :
37
37
python-version : ' 3.x'
38
38
- uses : actions/cache@v3
54
54
- uses : actions/checkout@v4
55
55
with :
56
56
submodules : false
57
- - uses : actions/setup-python@v4
57
+ - uses : actions/setup-python@v5
58
58
with :
59
59
python-version : ' 3.x'
60
60
- name : Check git-diff result
Original file line number Diff line number Diff line change 19
19
- uses : actions/checkout@v4
20
20
with :
21
21
submodules : true
22
- - uses : actions/setup-python@v4
22
+ - uses : actions/setup-python@v5
23
23
with :
24
24
python-version : ' 3.x'
25
25
- name : Build documentation
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
with :
22
22
submodules : true
23
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
24
24
with :
25
25
python-version : ' 3.x'
26
26
- name : Style check
Original file line number Diff line number Diff line change 22
22
with :
23
23
submodules : true
24
24
fetch-depth : 0
25
- - uses : actions/setup-python@v4
25
+ - uses : actions/setup-python@v5
26
26
with :
27
27
python-version : ' 3.x'
28
28
- name : Set GIT tag name
You can’t perform that action at this time.
0 commit comments