File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
- pydocstyle .
21
21
steps :
22
22
- uses : actions/checkout@v4
23
- - uses : actions/setup-python@v4
23
+ - uses : actions/setup-python@v5
24
24
with :
25
25
python-version : " 3.x"
26
26
cache : ' pip'
32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- uses : actions/checkout@v4
35
- - uses : actions/setup-python@v4
35
+ - uses : actions/setup-python@v5
36
36
with :
37
37
python-version : " 3.x"
38
38
- run : sudo apt install -y python3-enchant graphviz
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- uses : actions/checkout@v4
47
- - uses : actions/setup-python@v4
47
+ - uses : actions/setup-python@v5
48
48
with :
49
49
python-version : " 3.x"
50
50
- run : python -m pip install --upgrade pip build wheel twine readme-renderer
80
80
extras : " test,reversion"
81
81
steps :
82
82
- uses : actions/checkout@v4
83
- - uses : actions/setup-python@v4
83
+ - uses : actions/setup-python@v5
84
84
with :
85
85
python-version : ${{ matrix.python-version }}
86
86
- run : sudo apt install -y graphviz redis-server
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- uses : actions/checkout@v4
13
- - uses : actions/setup-python@v4
13
+ - uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.x"
16
16
- run : python -m pip install --upgrade pip build wheel twine
You can’t perform that action at this time.
0 commit comments