Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9a4cb8e

Browse files
CI(dependabot): Bump mikepenz/action-junit-report from 4 to 5 (#164)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1c452c commit 9a4cb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
pip install tox
6363
tox run -e min_versions
6464
- name: JUnit Report Action
65-
uses: mikepenz/action-junit-report@v4
65+
uses: mikepenz/action-junit-report@v5
6666
if: always() # always run even if the previous step fails
6767
with:
6868
report_paths: 'reports/pytest-*.xml'

0 commit comments

Comments
 (0)