File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 42
42
- uses : actions/checkout@v5
43
43
with :
44
44
submodules : true
45
- - uses : actions/setup-python@v5
45
+ - uses : actions/setup-python@v6
46
46
with :
47
47
python-version : ' 3.x'
48
48
- uses : actions/cache@v4
65
65
- uses : actions/checkout@v5
66
66
with :
67
67
submodules : false
68
- - uses : actions/setup-python@v5
68
+ - uses : actions/setup-python@v6
69
69
with :
70
70
python-version : ' 3.x'
71
71
- uses : actions/cache@v4
88
88
- uses : actions/checkout@v5
89
89
with :
90
90
submodules : false
91
- - uses : actions/setup-python@v5
91
+ - uses : actions/setup-python@v6
92
92
with :
93
93
python-version : ' 3.x'
94
94
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v5
22
22
with :
23
23
submodules : true
24
- - uses : actions/setup-python@v5
24
+ - uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ' 3.x'
27
27
- uses : actions/cache@v4
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v5
33
33
with :
34
34
submodules : false
35
- - uses : actions/setup-python@v5
35
+ - uses : actions/setup-python@v6
36
36
with :
37
37
python-version : ' 3.x'
38
38
- uses : actions/cache@v4
54
54
- uses : actions/checkout@v5
55
55
with :
56
56
submodules : false
57
- - uses : actions/setup-python@v5
57
+ - uses : actions/setup-python@v6
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@v5
20
20
with :
21
21
submodules : true
22
- - uses : actions/setup-python@v5
22
+ - uses : actions/setup-python@v6
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@v5
21
21
with :
22
22
submodules : true
23
- - uses : actions/setup-python@v5
23
+ - uses : actions/setup-python@v6
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@v5
25
+ - uses : actions/setup-python@v6
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