Skip to content

Commit dbc5e99

Browse files
Bump mikepenz/action-junit-report from 3.7.6 to 5.3.0
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.7.6 to 5.3.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@959aefb...ee6b445) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c010e2 commit dbc5e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
- name: Publish test results
301301
if: ${{ always() }}
302302
continue-on-error: true
303-
uses: mikepenz/action-junit-report@959aefb7f095e717eb407fe917238d61ca323ff3 # v3.7.6
303+
uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0
304304
with:
305305
check_name: 'Unit Tests Summary'
306306
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -443,7 +443,7 @@ jobs:
443443

444444
- name: Publish test results
445445
if: ${{ always() }}
446-
uses: mikepenz/action-junit-report@959aefb7f095e717eb407fe917238d61ca323ff3 # v3.7.6
446+
uses: mikepenz/action-junit-report@ee6b445351cd81e2f73a16a0e52d598aeac2197f # v5.3.0
447447
with:
448448
check_name: 'Cypress Tests Summary'
449449
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)