Skip to content

Commit 8a46a49

Browse files
chore(deps): update mikepenz/action-junit-report action to v6.0.1
1 parent c17bb7b commit 8a46a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
comment-on: none
3838
- name: Publish unit test report
39-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
39+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
4040
if: success() || failure()
4141
with:
4242
report_paths: 'test-report.xml'
@@ -57,7 +57,7 @@ jobs:
5757
replace: ''
5858
regex: false
5959
- name: Publish Storybook test report
60-
uses: mikepenz/action-junit-report@5b7ee5a21e8674b695313d769f3cbdfd5d4d53a4 # v6.0.0
60+
uses: mikepenz/action-junit-report@e08919a3b1fb83a78393dfb775a9c37f17d8eea6 # v6.0.1
6161
if: success() || failure()
6262
with:
6363
report_paths: 'apps/storybook/test-report.xml'

0 commit comments

Comments
 (0)