Skip to content

Commit edac359

Browse files
CI(dependabot): Bump mikepenz/action-junit-report from 5 to 6 (#95)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' 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 8ebab40 commit edac359

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
@@ -58,7 +58,7 @@ jobs:
5858
pip install tox
5959
tox run -e min_versions
6060
- name: JUnit Report Action
61-
uses: mikepenz/action-junit-report@v5
61+
uses: mikepenz/action-junit-report@v6
6262
if: always() # always run even if the previous step fails
6363
with:
6464
report_paths: 'reports/pytest-*.xml'

0 commit comments

Comments
 (0)