Skip to content

Commit c687a0e

Browse files
dependabot[bot]ObserverOfTime
authored andcommitted
ci: bump mikepenz/action-junit-report from 4 to 5 in the actions group
Bumps the actions group with 1 update: [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report). Updates `mikepenz/action-junit-report` from 4 to 5 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 107c588 commit c687a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
env:
150150
KONAN_DATA_DIR: ${{runner.tool_cache}}/konan
151151
- name: Report test results
152-
uses: mikepenz/action-junit-report@v4
152+
uses: mikepenz/action-junit-report@v5
153153
if: matrix.platform == 'JVM' && !cancelled()
154154
with:
155155
annotate_only: true

0 commit comments

Comments
 (0)