Skip to content

Commit 46576af

Browse files
chore(deps): Bump mikepenz/action-junit-report from 3 to 4 (#641)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a502e73 commit 46576af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ jobs:
345345
run: |
346346
python ./.github/scripts/xml_combine.py report-unit.xml report-integration.xml > report.xml
347347
348-
- uses: mikepenz/action-junit-report@v3
348+
- uses: mikepenz/action-junit-report@v4
349349
with:
350350
report_paths: 'report.xml'
351351
check_name: ""

0 commit comments

Comments
 (0)