Skip to content

Commit 50e1c74

Browse files
dependabot[bot]isidore
authored andcommitted
Bump mikepenz/action-junit-report from 4 to 5
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 4 to 5. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](mikepenz/action-junit-report@v4...v5) --- 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 e804a28 commit 50e1c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build with Maven
3333
run: mvn -B verify --file pom.xml
3434
- name: Publish Test Report
35-
uses: mikepenz/action-junit-report@v4
35+
uses: mikepenz/action-junit-report@v5
3636
if: success() || failure() # always run even if the previous step fails
3737
with:
3838
report_paths: '**/target/surefire-reports/*.xml'

0 commit comments

Comments
 (0)