File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
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.3.3
37
+ uses : actions/upload-artifact@v4.3.4
38
38
with :
39
39
name : html-docs
40
40
path : build/sphinx/html/
Original file line number Diff line number Diff line change 21
21
22
22
- name : Python Semantic Release
23
23
id : release
24
- uses : python-semantic-release/python-semantic-release@v9.8.3
24
+ uses : python-semantic-release/python-semantic-release@v9.8.5
25
25
with :
26
26
github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
27
27
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.3.3
122
+ - uses : actions/upload-artifact@v4.3.4
123
123
with :
124
124
name : dist
125
125
path : dist
@@ -133,7 +133,7 @@ jobs:
133
133
uses : actions/setup-python@v5.1.0
134
134
with :
135
135
python-version : ' 3.12'
136
- - uses : actions/download-artifact@v4.1.7
136
+ - uses : actions/download-artifact@v4.1.8
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.421.2
50
+ rev : 37.425.1
51
51
hooks :
52
52
- id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest==8.2.2
10
10
responses==0.25.3
11
11
types-PyYAML==6.0.12.20240311
12
12
types-requests==2.32.0.20240622
13
- types-setuptools==70.1 .0.20240627
13
+ types-setuptools==70.2 .0.20240704
You can’t perform that action at this time.
0 commit comments