Skip to content

Commit 5453c32

Browse files
dependabot[bot]adrien-berchet
authored andcommitted
CI(deps): Bump mikepenz/action-junit-report from 3 to 4 (#45)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 4. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v3...v4) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c64c3dc commit 5453c32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
pip install tox
5858
tox run -e min_versions
5959
- name: JUnit Report Action
60-
uses: mikepenz/action-junit-report@v3
60+
uses: mikepenz/action-junit-report@v4
6161
if: always() # always run even if the previous step fails
6262
with:
6363
report_paths: 'reports/pytest-*.xml'

0 commit comments

Comments
 (0)