Skip to content

Commit 8fab954

Browse files
build(deps): bump mikepenz/action-junit-report from 5 to 6 (#159)
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 65e0be6 commit 8fab954

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
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build with Gradle
2727
run: ./gradlew build
2828
- name: Publish Test Report
29-
uses: mikepenz/action-junit-report@v5
29+
uses: mikepenz/action-junit-report@v6
3030
if: ${{ !cancelled() }}
3131
with:
3232
report_paths: 'lib/build/test-results/*/TEST-*.xml'

0 commit comments

Comments
 (0)