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 @@ -152,15 +152,15 @@ jobs:
152152 - run : pip3 install 'coverage>=7.5.1'
153153
154154 - name : Merge logs into a single archive
155- uses : actions/upload-artifact/merge@v4
155+ uses : actions/upload-artifact/merge@v5
156156 with :
157157 name : logs.zip
158158 include-hidden-files : true
159159 pattern : logs-*.zip
160160 separate-directories : true
161161
162162 - name : Download artifacts
163- uses : actions/download-artifact@v5
163+ uses : actions/download-artifact@v6
164164 with :
165165 name : logs.zip
166166 path : .
@@ -173,7 +173,7 @@ jobs:
173173 use_oidc : ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
174174
175175 - name : Delete Merged Artifacts
176- uses : actions/upload-artifact/merge@v4
176+ uses : actions/upload-artifact/merge@v5
177177 with :
178178 include-hidden-files : true
179179 delete-merged : true
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ default_language_version:
77exclude : " (?x)^(\n _readthedocs|\n .tox\n )$\n "
88repos :
99 - repo : https://github.com/renovatebot/pre-commit-hooks
10- rev : 41.157.1
10+ rev : 42.12.0
1111 hooks :
1212 - id : renovate-config-validator
1313 alias : renovate
3434 hooks :
3535 - id : tox-ini-fmt
3636 - repo : https://github.com/streetsidesoftware/cspell-cli
37- rev : v9.2.0
37+ rev : v9.3.3
3838 hooks :
3939 - id : cspell
4040 name : Spell check with cspell
@@ -93,11 +93,11 @@ repos:
9393 additional_dependencies :
9494 - flake8-docstrings
9595 - repo : https://github.com/jsh9/pydoclint
96- rev : 0.7.3
96+ rev : 0.8.1
9797 hooks :
9898 - id : pydoclint
9999 - repo : https://github.com/asottile/pyupgrade
100- rev : v3.21.0
100+ rev : v3.21.1
101101 hooks :
102102 - id : pyupgrade
103103 args :
@@ -109,7 +109,7 @@ repos:
109109 alias : toml
110110
111111 - repo : https://github.com/astral-sh/ruff-pre-commit
112- rev : v0.14.1
112+ rev : v0.14.5
113113 hooks :
114114 - id : ruff-format
115115 alias : ruff
@@ -132,7 +132,7 @@ repos:
132132 - types-setuptools
133133 - types-typed-ast
134134 - repo : https://github.com/pycqa/pylint.git
135- rev : v4.0.2
135+ rev : v4.0.3
136136 hooks :
137137 - id : pylint
138138 args :
You can’t perform that action at this time.
0 commit comments