File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
TOXENV : docs
35
35
run : tox
36
36
- name : Archive generated docs
37
- uses : actions/upload-artifact@v3.1.0
37
+ uses : actions/upload-artifact@v3.1.1
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change 15
15
fetch-depth : 0
16
16
token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
17
17
- name : Python Semantic Release
18
- uses : relekang/python-semantic-release@v7.32.1
18
+ uses : relekang/python-semantic-release@v7.32.2
19
19
with :
20
20
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
21
21
pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change 20
20
hooks :
21
21
- id : isort
22
22
- repo : https://github.com/pycqa/pylint
23
- rev : v2.15.4
23
+ rev : v2.15.5
24
24
hooks :
25
25
- id : pylint
26
26
additional_dependencies :
45
45
- id : rst-directive-colons
46
46
- id : rst-inline-touching-normal
47
47
- repo : https://github.com/maxbrunet/pre-commit-renovate
48
- rev : 32.238.4
48
+ rev : 32.241.11
49
49
hooks :
50
50
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments