File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install nox
26
26
- name : Checkout
27
27
uses : actions/checkout@v3
28
28
- name : Setup Python
29
- uses : actions/setup-python@v3
29
+ uses : actions/setup-python@v4
30
30
with :
31
31
python-version : " 3.10"
32
32
- name : Install nox
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.7"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 10
10
- name : Checkout
11
11
uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v3
13
+ uses : actions/setup-python@v4
14
14
with :
15
15
python-version : " 3.7"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 29
29
- name : Checkout
30
30
uses : actions/checkout@v3
31
31
- name : Setup Python
32
- uses : actions/setup-python@v3
32
+ uses : actions/setup-python@v4
33
33
with :
34
34
python-version : ${{ matrix.python }}
35
35
- name : Install nox
56
56
- name : Checkout
57
57
uses : actions/checkout@v3
58
58
- name : Setup Python
59
- uses : actions/setup-python@v3
59
+ uses : actions/setup-python@v4
60
60
with :
61
61
python-version : " 3.10"
62
62
- name : Install coverage
You can’t perform that action at this time.
0 commit comments