Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 3.7.6 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3.7.6 to 5.1.0.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@959aefb...992d97d)

---
updated-dependencies:
- dependency-name: mikepenz/action-junit-report
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 4d5a452 commit d349c40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
- name: Publish test results
if: ${{ always() }}
continue-on-error: true
uses: mikepenz/action-junit-report@959aefb7f095e717eb407fe917238d61ca323ff3 # v3.7.6
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
with:
check_name: 'Unit Tests Summary'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -444,7 +444,7 @@ jobs:

- name: Publish test results
if: ${{ always() }}
uses: mikepenz/action-junit-report@959aefb7f095e717eb407fe917238d61ca323ff3 # v3.7.6
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
with:
check_name: 'Cypress Tests Summary'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d349c40

Please sign in to comment.