File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v3.1.0
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4.3.0
27
+ uses : actions/setup-python@v4.3.1
28
28
with :
29
29
python-version : " 3.11"
30
30
- name : Install dependencies
44
44
steps :
45
45
- uses : actions/checkout@v3.1.0
46
46
- name : Set up Python
47
- uses : actions/setup-python@v4.3.0
47
+ uses : actions/setup-python@v4.3.1
48
48
with :
49
49
python-version : " 3.11"
50
50
- name : Install dependencies
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v3.1.0
26
26
with :
27
27
fetch-depth : 0
28
- - uses : actions/setup-python@v4.3.0
28
+ - uses : actions/setup-python@v4.3.1
29
29
with :
30
30
python-version : " 3.11"
31
31
- run : pip install --upgrade tox
Original file line number Diff line number Diff line change 30
30
runs-on : ubuntu-latest
31
31
steps :
32
32
- uses : actions/checkout@v3.1.0
33
- - uses : actions/setup-python@v4.3.0
33
+ - uses : actions/setup-python@v4.3.1
34
34
with :
35
35
python-version : " 3.11"
36
36
- name : install tox
Original file line number Diff line number Diff line change 47
47
steps :
48
48
- uses : actions/checkout@v3.1.0
49
49
- name : Set up Python ${{ matrix.python.version }}
50
- uses : actions/setup-python@v4.3.0
50
+ uses : actions/setup-python@v4.3.1
51
51
with :
52
52
python-version : ${{ matrix.python.version }}
53
53
- name : Install dependencies
65
65
steps :
66
66
- uses : actions/checkout@v3.1.0
67
67
- name : Set up Python
68
- uses : actions/setup-python@v4.3.0
68
+ uses : actions/setup-python@v4.3.1
69
69
with :
70
70
python-version : " 3.11"
71
71
- name : Install dependencies
86
86
steps :
87
87
- uses : actions/checkout@v3.1.0
88
88
- name : Set up Python ${{ matrix.python-version }}
89
- uses : actions/setup-python@v4.3.0
89
+ uses : actions/setup-python@v4.3.1
90
90
with :
91
91
python-version : " 3.11"
92
92
- name : Install dependencies
@@ -127,7 +127,7 @@ jobs:
127
127
steps :
128
128
- uses : actions/checkout@v3.1.0
129
129
- name : Set up Python
130
- uses : actions/setup-python@v4.3.0
130
+ uses : actions/setup-python@v4.3.1
131
131
with :
132
132
python-version : ' 3.11'
133
133
- uses : actions/download-artifact@v3.0.1
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ default_language_version:
3
3
4
4
repos :
5
5
- repo : https://github.com/psf/black
6
- rev : 22.10 .0
6
+ rev : 22.12 .0
7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v2.37.1
10
+ rev : v2.38.0
11
11
hooks :
12
12
- id : commitizen
13
13
stages : [commit-msg]
20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v2.15.7
23
+ rev : v2.15.8
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
47
47
- id : rst-directive-colons
48
48
- id : rst-inline-touching-normal
49
49
- repo : https://github.com/maxbrunet/pre-commit-renovate
50
- rev : 34.48.4
50
+ rev : 34.54.2
51
51
hooks :
52
52
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments