File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 TOXENV : docs
3535 run : tox
3636 - name : Archive generated docs
37- uses : actions/upload-artifact@v4.3.3
37+ uses : actions/upload-artifact@v4.3.4
3838 with :
3939 name : html-docs
4040 path : build/sphinx/html/
Original file line number Diff line number Diff line change 2121
2222 - name : Python Semantic Release
2323 id : release
24- uses : python-semantic-release/python-semantic-release@v9.8.3
24+ uses : python-semantic-release/python-semantic-release@v9.8.5
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ jobs:
119119 pip install -r requirements-test.txt
120120 - name : Build package
121121 run : python -m build -o dist/
122- - uses : actions/upload-artifact@v4.3.3
122+ - uses : actions/upload-artifact@v4.3.4
123123 with :
124124 name : dist
125125 path : dist
@@ -133,7 +133,7 @@ jobs:
133133 uses : actions/setup-python@v5.1.0
134134 with :
135135 python-version : ' 3.12'
136- - uses : actions/download-artifact@v4.1.7
136+ - uses : actions/download-artifact@v4.1.8
137137 with :
138138 name : dist
139139 path : dist
Original file line number Diff line number Diff line change 4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 37.421.2
50+ rev : 37.425.1
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ pytest==8.2.2
1010responses==0.25.3
1111types-PyYAML==6.0.12.20240311
1212types-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