File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-python@v4
15
15
with :
16
16
python-version : " 3.10"
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
- run : sudo apt install -y gettext aspell libenchant-dev
19
19
- uses : actions/cache@v3
20
20
with :
40
40
- uses : actions/setup-python@v4
41
41
with :
42
42
python-version : " 3.10"
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- uses : actions/cache@v3
45
45
with :
46
46
path : ~/.cache/pip
53
53
dist :
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/checkout@v3
56
+ - uses : actions/checkout@v4
57
57
- uses : actions/setup-python@v4
58
58
with :
59
59
python-version : " 3.10"
88
88
with :
89
89
python-version : ${{ matrix.python-version }}
90
90
- run : sudo apt install gettext -y
91
- - uses : actions/checkout@v3
91
+ - uses : actions/checkout@v4
92
92
- run : python -m pip install --upgrade pip codecov
93
93
- run : python -m pip install -e .[${{ matrix.extra }}]
94
94
if : ${{ matrix.extra }}
Original file line number Diff line number Diff line change 9
9
PyPi :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments