diff options
author | dependabot[bot] | 2024-01-31 14:01:37 +0000 |
---|---|---|
committer | vitalyster | 2024-01-31 17:36:51 +0300 |
commit | 23cd3ba6d4c3ba2deb73b1fc327fbd79c4253db7 (patch) | |
tree | a23ec983abd05d6052fdd808bc8663bd9a2f6b57 | |
parent | 6dc95a19f12c737e5b534d87f245c6c082c21df2 (diff) |
build(deps): bump mikepenz/action-junit-report from 2 to 4
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 2 to 4.
- [Release notes](https://github.com/mikepenz/action-junit-report/releases)
- [Commits](https://github.com/mikepenz/action-junit-report/compare/v2...v4)
---
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 dde4a832..bee9d7ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: run: ./mvnw -Pmysql clean package - name: Run tests (SQL Server) run: ./mvnw -Psqlserver clean package - - uses: mikepenz/action-junit-report@v2 + - uses: mikepenz/action-junit-report@v4 with: report_paths: "**/target/surefire-reports/TEST-*.xml" github_token: ${{ secrets.GITHUB_TOKEN }} |