File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 24
24
steps :
25
25
- uses : actions/checkout@v3.2.0
26
26
- name : Set up Python
27
- uses : actions/setup-python@v4.3.1
27
+ uses : actions/setup-python@v4.4.0
28
28
with :
29
29
python-version : " 3.11"
30
30
- name : Install dependencies
44
44
steps :
45
45
- uses : actions/checkout@v3.2.0
46
46
- name : Set up Python
47
- uses : actions/setup-python@v4.3.1
47
+ uses : actions/setup-python@v4.4.0
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.2.0
26
26
with :
27
27
fetch-depth : 0
28
- - uses : actions/setup-python@v4.3.1
28
+ - uses : actions/setup-python@v4.4.0
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.2.0
33
- - uses : actions/setup-python@v4.3.1
33
+ - uses : actions/setup-python@v4.4.0
34
34
with :
35
35
python-version : " 3.11"
36
36
- name : install tox
Original file line number Diff line number Diff line change 48
48
steps :
49
49
- uses : actions/checkout@v3.2.0
50
50
- name : Set up Python ${{ matrix.python.version }}
51
- uses : actions/setup-python@v4.3.1
51
+ uses : actions/setup-python@v4.4.0
52
52
with :
53
53
python-version : ${{ matrix.python.version }}
54
54
- name : Install dependencies
66
66
steps :
67
67
- uses : actions/checkout@v3.2.0
68
68
- name : Set up Python
69
- uses : actions/setup-python@v4.3.1
69
+ uses : actions/setup-python@v4.4.0
70
70
with :
71
71
python-version : " 3.11"
72
72
- name : Install dependencies
87
87
steps :
88
88
- uses : actions/checkout@v3.2.0
89
89
- name : Set up Python ${{ matrix.python-version }}
90
- uses : actions/setup-python@v4.3.1
90
+ uses : actions/setup-python@v4.4.0
91
91
with :
92
92
python-version : " 3.11"
93
93
- name : Install dependencies
@@ -128,7 +128,7 @@ jobs:
128
128
steps :
129
129
- uses : actions/checkout@v3.2.0
130
130
- name : Set up Python
131
- uses : actions/setup-python@v4.3.1
131
+ uses : actions/setup-python@v4.4.0
132
132
with :
133
133
python-version : ' 3.11'
134
134
- uses : actions/download-artifact@v3.0.1
Original file line number Diff line number Diff line change 16
16
hooks :
17
17
- id : flake8
18
18
- repo : https://github.com/pycqa/isort
19
- rev : 5.11.3
19
+ rev : 5.11.4
20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
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.56.3
50
+ rev : 34.74.0
51
51
hooks :
52
52
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments