Skip to content

Commit f805d5a

Browse files
chore(deps): update mikepenz/action-junit-report action to v6
1 parent 12e4fb7 commit f805d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: TypeScript Test
3131
run: npm run test:coverage --ci
3232
- name: Annotate Client Test Results
33-
uses: mikepenz/action-junit-report@v5.6.2
33+
uses: mikepenz/action-junit-report@v6.0.1
3434
if: always()
3535
with:
3636
report_paths: 'junit.xml'

0 commit comments

Comments
 (0)