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:
107107 runs-on : ubuntu-latest
108108 name : Python wheel
109109 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
112112 with :
113113 python-version : " 3.11"
114114 - name : Install dependencies
115115 run : |
116116 pip install -r requirements-test.txt
117117 - name : Build package
118118 run : python -m build -o dist/
119- - uses : actions/upload-artifact@v2
119+ - uses : actions/upload-artifact@v2.3.1
120120 with :
121121 name : dist
122122 path : dist
@@ -125,12 +125,12 @@ jobs:
125125 runs-on : ubuntu-latest
126126 needs : [dist]
127127 steps :
128- - uses : actions/checkout@v3
128+ - uses : actions/checkout@v3.1.0
129129 - name : Set up Python
130- uses : actions/setup-python@v4
130+ uses : actions/setup-python@v4.3.0
131131 with :
132132 python-version : ' 3.11'
133- - uses : actions/download-artifact@v2
133+ - uses : actions/download-artifact@v2.1.0
134134 with :
135135 name : dist
136136 path : dist
Original file line number Diff line number Diff line change 77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v2.37.0
10+ rev : v2.37.1
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v2.15.6
23+ rev : v2.15.7
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 34.29.2
50+ rev : 34.48.0
5151 hooks :
5252 - id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments