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@v4.0 .0
37
+ uses : actions/upload-artifact@v4.1 .0
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119
119
pip install -r requirements-test.txt
120
120
- name : Build package
121
121
run : python -m build -o dist/
122
- - uses : actions/upload-artifact@v4.0 .0
122
+ - uses : actions/upload-artifact@v4.1 .0
123
123
with :
124
124
name : dist
125
125
path : dist
@@ -133,7 +133,7 @@ jobs:
133
133
uses : actions/setup-python@v5.0.0
134
134
with :
135
135
python-version : ' 3.12'
136
- - uses : actions/download-artifact@v4.1.0
136
+ - uses : actions/download-artifact@v4.1.1
137
137
with :
138
138
name : dist
139
139
path : dist
Original file line number Diff line number Diff line change 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 : 37.126.2
50
+ rev : 37.131.0
51
51
hooks :
52
52
- id : renovate-config-validator
You can’t perform that action at this time.
0 commit comments