@@ -158,17 +158,17 @@ on:
158158 required : false
159159 unit-test-dir :
160160 type : string
161- description : ' The directory containing the unit tests run on the full platform and python matrix'
161+ description : ' The directory (or space-separated directories) containing the unit tests run on the full platform and python matrix'
162162 default : tests/unit
163163 required : false
164164 coverage-test-dir :
165165 type : string
166- description : ' The directory containing the tests analyzed for coverage'
166+ description : ' The directory (or space-separated directories) containing the tests analyzed for coverage'
167167 default : tests
168168 required : false
169169 benchmark-test-dir :
170170 type : string
171- description : ' The directory containing the benchmark tests'
171+ description : ' The directory (or space-separated directories) containing the benchmark tests'
172172 default : tests/benchmark
173173 required : false
174174 omit-patterns :
@@ -207,11 +207,11 @@ jobs:
207207 ref : ${{ github.event.pull_request.head.ref }} # Check out the head of the actual branch, not the PR
208208 fetch-depth : 0 # otherwise, you will fail to push refs to dest repo
209209 if : ${{ inputs.do-commit-updated-env }}
210- - uses : pyiron/actions/write-docs-env@actions-4.0.6
210+ - uses : pyiron/actions/write-docs-env@actions-4.0.7
211211 with :
212212 env-files : ${{ inputs.docs-env-files }}
213213 if : ${{ inputs.do-commit-updated-env }}
214- - uses : pyiron/actions/write-environment@actions-4.0.6
214+ - uses : pyiron/actions/write-environment@actions-4.0.7
215215 with :
216216 env-files : ${{ inputs.notebooks-env-files }}
217217 output-env-file : .binder/environment.yml
@@ -238,11 +238,11 @@ jobs:
238238 runs-on : ${{ inputs.runner }}
239239 steps :
240240 - uses : actions/checkout@v4
241- - uses : pyiron/actions/add-to-python-path@actions-4.0.6
241+ - uses : pyiron/actions/add-to-python-path@actions-4.0.7
242242 if : inputs.extra-python-paths != ''
243243 with :
244244 path-dirs : ${{ inputs.extra-python-paths }}
245- - uses : pyiron/actions/build-docs@actions-4.0.6
245+ - uses : pyiron/actions/build-docs@actions-4.0.7
246246 with :
247247 python-version : ${{ inputs.python-version }}
248248 env-files : ${{ inputs.docs-env-files }}
@@ -253,11 +253,11 @@ jobs:
253253 runs-on : ${{ inputs.runner }}
254254 steps :
255255 - uses : actions/checkout@v4
256- - uses : pyiron/actions/add-to-python-path@actions-4.0.6
256+ - uses : pyiron/actions/add-to-python-path@actions-4.0.7
257257 if : inputs.extra-python-paths != ''
258258 with :
259259 path-dirs : ${{ inputs.extra-python-paths }}
260- - uses : pyiron/actions/build-notebooks@actions-4.0.6
260+ - uses : pyiron/actions/build-notebooks@actions-4.0.7
261261 with :
262262 python-version : ${{ inputs.python-version }}
263263 env-files : ${{ inputs.notebooks-env-files }}
@@ -294,11 +294,11 @@ jobs:
294294
295295 steps :
296296 - uses : actions/checkout@v4
297- - uses : pyiron/actions/add-to-python-path@actions-4.0.6
297+ - uses : pyiron/actions/add-to-python-path@actions-4.0.7
298298 if : inputs.extra-python-paths != ''
299299 with :
300300 path-dirs : ${{ inputs.extra-python-paths }}
301- - uses : pyiron/actions/unit-tests@actions-4.0.6
301+ - uses : pyiron/actions/unit-tests@actions-4.0.7
302302 with :
303303 python-version : ${{ matrix.python-version }}
304304 env-files : ${{ inputs.tests-env-files }}
@@ -311,7 +311,7 @@ jobs:
311311 coverage :
312312 needs : commit-updated-env
313313 if : ${{ inputs.do-codecov || inputs.do-coveralls || inputs.do-codacy }}
314- uses : pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-4.0.6
314+ uses : pyiron/actions/.github/workflows/tests-and-coverage.yml@actions-4.0.7
315315 secrets : inherit
316316 with :
317317 tests-env-files : ${{ inputs.tests-env-files }}
@@ -331,11 +331,11 @@ jobs:
331331 runs-on : ${{ inputs.runner }}
332332 steps :
333333 - uses : actions/checkout@v4
334- - uses : pyiron/actions/add-to-python-path@actions-4.0.6
334+ - uses : pyiron/actions/add-to-python-path@actions-4.0.7
335335 if : inputs.extra-python-paths != ''
336336 with :
337337 path-dirs : ${{ inputs.extra-python-paths }}
338- - uses : pyiron/actions/unit-tests@actions-4.0.6
338+ - uses : pyiron/actions/unit-tests@actions-4.0.7
339339 with :
340340 python-version : ${{ inputs.python-version }}
341341 env-files : ${{ inputs.tests-env-files }}
@@ -350,11 +350,11 @@ jobs:
350350 runs-on : ${{ inputs.runner }}
351351 steps :
352352 - uses : actions/checkout@v4
353- - uses : pyiron/actions/add-to-python-path@actions-4.0.6
353+ - uses : pyiron/actions/add-to-python-path@actions-4.0.7
354354 if : inputs.extra-python-paths != ''
355355 with :
356356 path-dirs : ${{ inputs.extra-python-paths }}
357- - uses : pyiron/actions/unit-tests@actions-4.0.6
357+ - uses : pyiron/actions/unit-tests@actions-4.0.7
358358 with :
359359 python-version : ${{ inputs.alternate-tests-python-version }}
360360 env-files : ${{ inputs.alternate-tests-env-files }}
@@ -370,7 +370,7 @@ jobs:
370370 runs-on : ${{ inputs.runner }}
371371 steps :
372372 - uses : actions/checkout@v4
373- - uses : pyiron/actions/pip-check@actions-4.0.6
373+ - uses : pyiron/actions/pip-check@actions-4.0.7
374374 with :
375375 python-version : ${{ inputs.python-version }}
376376
0 commit comments