File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
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@v3
11
+ uses : actions/checkout@v4
12
12
- name : Setup Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install nox
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@v3
11
+ uses : actions/checkout@v4
12
12
- name : Setup Python
13
- uses : actions/setup-python@v4
13
+ uses : actions/setup-python@v5
14
14
with :
15
15
python-version : " 3.10"
16
16
- name : Install nox
Original file line number Diff line number Diff line change 28
28
python : 3.9
29
29
steps :
30
30
- name : Checkout
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
- name : Setup Python
33
- uses : actions/setup-python@v4
33
+ uses : actions/setup-python@v5
34
34
with :
35
35
python-version : ${{ matrix.python }}
36
36
- name : Install nox
55
55
- run-unittests
56
56
steps :
57
57
- name : Checkout
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
- name : Setup Python
60
- uses : actions/setup-python@v4
60
+ uses : actions/setup-python@v5
61
61
with :
62
62
python-version : " 3.10"
63
63
- name : Install coverage
You can’t perform that action at this time.
0 commit comments