Skip to content

Commit

Permalink
Bump mikepenz/action-junit-report from 3.7.6 to 4.0.3
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 4.0.3.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](mikepenz/action-junit-report@959aefb...0831a82)

---
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]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent 057e90c commit 7960917
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 @@ -279,7 +279,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@0831a82caad2465c31c6dd929978f640cb42556c # v4.0.3
with:
check_name: 'Unit Tests Summary'
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:

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

0 comments on commit 7960917

Please sign in to comment.