diff options
author | dependabot[bot] | 2024-11-04 21:23:50 +0000 |
---|---|---|
committer | vitalyster | 2024-11-05 03:19:08 -0800 |
commit | 07b10e4aebce32dbabd48bb1e9e6a98afdff994a (patch) | |
tree | 4fd203cb0c78731c830069d6e26c7a1ef7ca7da0 | |
parent | 505483000b812ab4ee54a2c05748f26ddc0e4b35 (diff) |
build(deps): 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](https://github.com/mikepenz/action-junit-report/compare/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] <support@github.com>
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c5d814b..22423cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: run: ./mvnw -Pmysql clean package - name: Run tests (SQL Server) run: ./mvnw -Psqlserver clean package - - uses: mikepenz/action-junit-report@v4 + - uses: mikepenz/action-junit-report@v5 with: report_paths: "**/target/surefire-reports/TEST-*.xml" github_token: ${{ secrets.GITHUB_TOKEN }} |