Skip to content

Commit dc516a6

Browse files
chore(deps): Bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 (#37)
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 6.3.1 to 6.4.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@49b2ca0...bccf2e3) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2b1f64 commit dc516a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./gradlew jacocoTestCoverageVerification
5353

5454
- name: Publish unit test report
55-
uses: mikepenz/action-junit-report@49b2ca06f62aa7ef83ae6769a2179271e160d8e4 # v6.3.1
55+
uses: mikepenz/action-junit-report@bccf2e31636835cf0874589931c4116687171386 # v6.4.0
5656
if: always()
5757
with:
5858
report_paths: '**/build/test-results/test/TEST-*.xml'

0 commit comments

Comments
 (0)