File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 22
22
sphinx :
23
23
runs-on : ubuntu-20.04
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
- name : Set up Python
27
27
uses : actions/setup-python@v2
28
28
with :
42
42
twine-check :
43
43
runs-on : ubuntu-20.04
44
44
steps :
45
- - uses : actions/checkout@v2
45
+ - uses : actions/checkout@v3
46
46
- name : Set up Python
47
47
uses : actions/setup-python@v2
48
48
with :
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
22
22
commitlint :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v2
25
+ - uses : actions/checkout@v3
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : wagoid/commitlint-github-action@v4
29
29
30
30
linters :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v2
33
+ - uses : actions/checkout@v3
34
34
- uses : actions/setup-python@v2
35
35
- run : pip install --upgrade tox
36
36
- name : Run black code formatter (https://black.readthedocs.io/en/stable/)
Original file line number Diff line number Diff line change 29
29
pre_commit :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v3
33
33
- uses : actions/setup-python@v2
34
34
- run : pip install --upgrade -r requirements.txt -r requirements-lint.txt pre-commit
35
35
- name : Run pre-commit install
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'python-gitlab/python-gitlab'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v3
14
14
with :
15
15
fetch-depth : 0
16
16
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 45
45
version : " 3.10"
46
46
toxenv : py310,smoke
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v3
49
49
- name : Set up Python ${{ matrix.python.version }}
50
50
uses : actions/setup-python@v2
51
51
with :
63
63
matrix :
64
64
toxenv : [py_func_v4, cli_func_v4]
65
65
steps :
66
- - uses : actions/checkout@v2
66
+ - uses : actions/checkout@v3
67
67
- name : Set up Python
68
68
uses : actions/setup-python@v2
69
69
with :
84
84
coverage :
85
85
runs-on : ubuntu-20.04
86
86
steps :
87
- - uses : actions/checkout@v2
87
+ - uses : actions/checkout@v3
88
88
- name : Set up Python ${{ matrix.python-version }}
89
89
uses : actions/setup-python@v2
90
90
with :
You can’t perform that action at this time.
0 commit comments