Skip to content

Commit 52bfc67

Browse files
CI(dependabot): Bump mikepenz/action-junit-report from 4 to 5
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]>
1 parent 69df833 commit 52bfc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tox.yml

+1-1
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)