File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
python : ["3.10"]
16
16
17
17
steps :
18
- - uses : actions/checkout@v1
18
+ - uses : actions/checkout@v3
19
19
- name : Set up Python ${{ matrix.python }}
20
- uses : actions/setup-python@v1
20
+ uses : actions/setup-python@v4
21
21
with :
22
22
python-version : ${{ matrix.python }}
23
23
- name : Install dependencies
38
38
lint :
39
39
runs-on : ubuntu-latest
40
40
steps :
41
- - uses : actions/checkout@v1
41
+ - uses : actions/checkout@v3
42
42
- name : Set up Python
43
- uses : actions/setup-python@v1
43
+ uses : actions/setup-python@v4
44
44
with :
45
45
python-version : " 3.10"
46
46
- name : Install dependencies
62
62
docs :
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/checkout@v1
65
+ - uses : actions/checkout@v3
66
66
- name : Set up Python
67
- uses : actions/setup-python@v1
67
+ uses : actions/setup-python@v4
68
68
with :
69
69
python-version : " 3.10"
70
70
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments