Skip to content

Commit

Permalink
chore: Update mikepenz/action-junit-report action to v5 (#240)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[mikepenz/action-junit-report](https://redirect.github.com/mikepenz/action-junit-report)
| action | major | `v4` -> `v5` |

---

### Release Notes

<details>
<summary>mikepenz/action-junit-report
(mikepenz/action-junit-report)</summary>

###
[`v5`](https://redirect.github.com/mikepenz/action-junit-report/releases/tag/v5)

[Compare
Source](https://redirect.github.com/mikepenz/action-junit-report/compare/v4...v5)

-   no changes

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 9am on Saturday every 1 month"
in timezone Europe/Berlin, Automerge - At any time (no schedule
defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/monosoul/jooq-gradle-plugin).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjEiLCJ1cGRhdGVkSW5WZXIiOiIzOS43LjEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImdoLWFjdGlvbnMtZGVwZW5kZW5jaWVzIl19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2024
1 parent 4be2698 commit 9b78a93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--stacktrace
publishToMavenLocal
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Test Report
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
--stacktrace
:artifact-tests:check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Artifact Test Report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--stacktrace
publishToMavenLocal
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Test Report
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
--stacktrace
:artifact-tests:check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Artifact Test Report
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--stacktrace
check -x :artifact-tests:test
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Test Report
Expand All @@ -51,7 +51,7 @@ jobs:
--stacktrace
:artifact-tests:check
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
uses: mikepenz/action-junit-report@v5
if: always() # always run even if the previous step fails
with:
check_name: JUnit Artifact Test Report
Expand Down

0 comments on commit 9b78a93

Please sign in to comment.