Skip to content

Commit 3e84d42

Browse files
renovate[bot]stempler
authored andcommitted
chore(deps): update mikepenz/action-junit-report action to v5.1.0
1 parent e129c05 commit 3e84d42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
# https://github.com/marketplace/actions/junit-report-action
3030
- name: Publish Test Report
31-
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1
31+
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
3232
if: always() # always run even if the previous step fails
3333
with:
3434
report_paths: 'build/test-results/**/*.xml'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
# https://github.com/marketplace/actions/junit-report-action
6161
- name: Publish Test Report
62-
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1
62+
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
6363
if: always() # always run even if the previous step fails
6464
with:
6565
report_paths: 'build/test-results/**/*.xml'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
# https://github.com/marketplace/actions/junit-report-action
6565
- name: Publish Test Report
66-
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1
66+
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
6767
if: always() # always run even if the previous step fails
6868
with:
6969
report_paths: 'build/test-results/**/*.xml'

0 commit comments

Comments
 (0)