Skip to content

Commit

Permalink
chore(deps): update mikepenz/action-junit-report action to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and stempler committed Nov 29, 2024
1 parent e129c05 commit 3e84d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
if: always() # always run even if the previous step fails
with:
report_paths: 'build/test-results/**/*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# https://github.com/marketplace/actions/junit-report-action
- name: Publish Test Report
uses: mikepenz/action-junit-report@0bec6a4330023da9ebd2693948db6ddae36e743e # v5.0.1
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
if: always() # always run even if the previous step fails
with:
report_paths: 'build/test-results/**/*.xml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

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

0 comments on commit 3e84d42

Please sign in to comment.