Skip to content

Commit 62151b6

Browse files
build(deps): Bump mikepenz/action-junit-report from 5 to 6
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] <[email protected]>
1 parent 99a6f76 commit 62151b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393

9494
- if: success() || failure() # always run even if the previous step fails
9595
name: Publish e2e test report
96-
uses: mikepenz/action-junit-report@v5
96+
uses: mikepenz/action-junit-report@v6
9797
with:
9898
report_paths: 'junit-e2e.xml'
9999
check_name: 'e2e test report'

0 commit comments

Comments
 (0)