Skip to content

Commit f81c612

Browse files
authored
Update mikepenz/action-junit-report action to v5 (#2325)
2 parents 7c2ad00 + c9dbccb commit f81c612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
if: matrix.kind == 'shfmt'
9393
run: ./gradlew testShfmt
9494
- name: junit result
95-
uses: mikepenz/action-junit-report@v4
95+
uses: mikepenz/action-junit-report@v5
9696
if: always() # always run even if the previous step fails
9797
with:
9898
check_name: JUnit ${{ matrix.kind }} ${{ matrix.jre }} ${{ matrix.os }}

0 commit comments

Comments
 (0)