Skip to content

Commit 89d152d

Browse files
chore(deps): Bump mikepenz/action-junit-report from 5 to 6 (#5)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3443eb9 commit 89d152d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: ./test-reports/
4949

5050
- name: Publish test results
51-
uses: mikepenz/action-junit-report@v5
51+
uses: mikepenz/action-junit-report@v6
5252
if: always()
5353
with:
5454
report_paths: "./test-reports/junit.xml"

0 commit comments

Comments
 (0)