File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v2
11
+ uses : actions/checkout@v3
12
12
- name : Setup Python
13
- uses : actions/setup-python@v2
13
+ uses : actions/setup-python@v3
14
14
with :
15
15
python-version : " 3.7"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 27
27
python : 3.9
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v3
31
31
- name : Setup Python
32
- uses : actions/setup-python@v2
32
+ uses : actions/setup-python@v3
33
33
with :
34
34
python-version : ${{ matrix.python }}
35
35
- name : Install nox
54
54
- run-unittests
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@v2
57
+ uses : actions/checkout@v3
58
58
- name : Setup Python
59
- uses : actions/setup-python@v2
59
+ uses : actions/setup-python@v3
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