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 @@ -12,10 +12,10 @@ jobs:
12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/setup-python@v2
15
+ - uses : actions/setup-python@v4
16
16
with :
17
17
python-version : " 3.x"
18
- - uses : actions/checkout@v2
18
+ - uses : actions/checkout@v4
19
19
- name : Lint with black through tox
20
20
run : |
21
21
pip install tox
@@ -38,10 +38,10 @@ jobs:
38
38
os : [ubuntu-latest, macOS-latest, windows-latest]
39
39
40
40
steps :
41
- - uses : actions/setup-python@v2
41
+ - uses : actions/setup-python@v4
42
42
with :
43
43
python-version : " 3.x"
44
- - uses : actions/checkout@v2
44
+ - uses : actions/checkout@v4
45
45
- name : Run tests with pytest
46
46
run : |
47
47
pip install tox
@@ -53,11 +53,11 @@ jobs:
53
53
docs :
54
54
runs-on : ubuntu-latest
55
55
steps :
56
- - uses : actions/setup-python@v2
56
+ - uses : actions/setup-python@v4
57
57
with :
58
58
# Ensure that this version matches .readthedocs.yaml
59
59
python-version : " 3.9"
60
- - uses : actions/checkout@v2
60
+ - uses : actions/checkout@v4
61
61
- name : Build the HTML docs
62
62
run : |
63
63
pip install tox
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Set up Git repository
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
- name : Set up Python
19
- uses : actions/setup-python@v2
19
+ uses : actions/setup-python@v4
20
20
with :
21
21
python-version : " 3.9"
22
22
Original file line number Diff line number Diff line change 19
19
deploy :
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- name : Set up Python
24
- uses : actions/setup-python@v2
24
+ uses : actions/setup-python@v4
25
25
with :
26
26
python-version : ' 3.x'
27
27
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments