Skip to content

Commit 262a022

Browse files
chore(deps): update mikepenz/action-junit-report action to v6
1 parent 0415a21 commit 262a022

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
@@ -123,7 +123,7 @@ jobs:
123123
name: ${{ matrix.os }}-unit-test-report
124124
- name: Comment unit test report
125125
if: ${{ hashFiles('**/test-results/**/*.xml') != '' }}
126-
uses: mikepenz/action-junit-report@65fe03598d8d251738592a497a9e8547a5c48eaa # v5.6.0
126+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
127127
with:
128128
report_paths: '**/test-results/**/*.xml'
129129
check_name: Unit test report (${{ matrix.os }})

0 commit comments

Comments
 (0)