File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -107,16 +107,16 @@ jobs:
107
107
runs-on : ubuntu-latest
108
108
name : Python wheel
109
109
steps :
110
- - uses : actions/checkout@v1
111
- - uses : actions/setup-python@v2
110
+ - uses : actions/checkout@v1.2.0
111
+ - uses : actions/setup-python@v2.3.3
112
112
with :
113
113
python-version : " 3.11"
114
114
- name : Install dependencies
115
115
run : |
116
116
pip install -r requirements-test.txt
117
117
- name : Build package
118
118
run : python -m build -o dist/
119
- - uses : actions/upload-artifact@v2
119
+ - uses : actions/upload-artifact@v2.3.1
120
120
with :
121
121
name : dist
122
122
path : dist
@@ -125,12 +125,12 @@ jobs:
125
125
runs-on : ubuntu-latest
126
126
needs : [dist]
127
127
steps :
128
- - uses : actions/checkout@v3
128
+ - uses : actions/checkout@v3.1.0
129
129
- name : Set up Python
130
- uses : actions/setup-python@v4
130
+ uses : actions/setup-python@v4.3.0
131
131
with :
132
132
python-version : ' 3.11'
133
- - uses : actions/download-artifact@v2
133
+ - uses : actions/download-artifact@v2.1.0
134
134
with :
135
135
name : dist
136
136
path : dist
Original file line number Diff line number Diff line change 7
7
hooks :
8
8
- id : black
9
9
- repo : https://github.com/commitizen-tools/commitizen
10
- rev : v2.37.0
10
+ rev : v2.37.1
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.6
23
+ rev : v2.15.7
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.29.2
50
+ rev : 34.48.0
51
51
hooks :
52
52
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments