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 24
24
msgcheck :
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/setup-python@v2.2.2
27
+ - uses : actions/setup-python@v2.3.0
28
28
- uses : actions/checkout@v2.4.0
29
29
- run : sudo apt install -y gettext aspell libenchant-dev
30
30
- uses : actions/cache@v2.1.6
48
48
- " pydocstyle ."
49
49
runs-on : ubuntu-latest
50
50
steps :
51
- - uses : actions/setup-python@v2.2.2
51
+ - uses : actions/setup-python@v2.3.0
52
52
- uses : actions/checkout@v2.4.0
53
53
- uses : actions/cache@v2.1.6
54
54
with :
65
65
steps :
66
66
- name : Install gettext
67
67
run : sudo apt install gettext -y
68
- - uses : actions/setup-python@v2.2.2
68
+ - uses : actions/setup-python@v2.3.0
69
69
- run : python -m pip install --upgrade pip setuptools wheel twine readme-renderer
70
70
- uses : actions/checkout@v2.4.0
71
71
- run : python setup.py sdist bdist_wheel
94
94
- " progressbar"
95
95
steps :
96
96
- name : Set up Python ${{ matrix.python-version }}
97
- uses : actions/setup-python@v2.2.2
97
+ uses : actions/setup-python@v2.3.0
98
98
with :
99
99
python-version : ${{ matrix.python-version }}
100
100
- run : sudo apt install gettext -y
Original file line number Diff line number Diff line change 9
9
steps :
10
10
- uses : actions/checkout@v2.4.0
11
<
54E6
code>11 - name : Set up Python ${{ matrix.python-version }}
12
- uses : actions/setup-python@v2.2.2
12
+ uses : actions/setup-python@v2.3.0
13
13
with :
14
14
python-version : ${{ matrix.python-version }}
15
15
- name : Install gettext
You can’t perform that action at this time.
0 commit comments