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 : python -m pip install --upgrade pip build wheel twine
59
59
steps :
60
60
- uses : actions/checkout@v4
61
61
- name : Set up Python ${{ matrix.python-version }}
62
- uses : actions/setup-python@v4
62
+ uses : actions/setup-python@v5
63
63
with :
64
64
python-version : ${{ matrix.python-version }}
65
65
- run : python -m pip install .[test]
87
87
steps :
88
88
- uses : actions/checkout@v4
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v4
90
+ uses : actions/setup-python@v5
91
91
with :
92
92
python-version : ${{ matrix.python-version }}
93
93
- run : python -m pip install .[test]
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