File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
- name : Set up Python 3.8
15
- uses : actions/setup-python@v2
15
+ uses : actions/setup-python@v4
16
16
with :
17
17
python-version : 3.8
18
18
- name : Build wheel and source tarball
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v2
10
+ - uses : actions/checkout@v3
11
11
- name : Set up Python 3.8
12
- uses : actions/setup-python@v2
12
+ uses : actions/setup-python@v4
13
13
with :
14
14
python-version : 3.8
15
15
- name : Install dependencies
Original file line number Diff line number Diff line change 21
21
python-version : " pypy3.8"
22
22
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- name : Set up Python ${{ matrix.python-version }}
26
- uses : actions/setup-python@v2
26
+ uses : actions/setup-python@v4
27
27
with :
28
28
python-version : ${{ matrix.python-version }}
29
29
- name : Install dependencies
43
43
dependency : ["aiohttp", "requests", "websockets"]
44
44
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
- name : Set up Python 3.8
48
- uses : actions/setup-python@v2
48
+ uses : actions/setup-python@v4
49
49
with :
50
50
python-version : 3.8
51
51
- name : Install dependencies with only ${{ matrix.dependency }} extra dependency
59
59
runs-on : ubuntu-latest
60
60
61
61
steps :
62
- - uses : actions/checkout@v2
62
+ - uses : actions/checkout@v3
63
63
- name : Set up Python 3.8
64
- uses : actions/setup-python@v2
64
+ uses : actions/setup-python@v4
65
65
with :
66
66
python-version : 3.8
67
67
- name : Install test dependencies
You can’t perform that action at this time.
0 commit comments