Skip to content

Commit 801dd6e

Browse files
Bump dorny/test-reporter from 1.9.1 to 2.1.1
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.9.1 to 2.1.1. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@31a54ee...dc3a926) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0441421 commit 801dd6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build with Maven
2828
run: ./mvnw --batch-mode -show-version --update-snapshots --errors package
2929
- name: Publish Unit Test Results
30-
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
30+
uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
3131
if: always() # also run if build step failed
3232
with:
3333
name: JUnit Report

0 commit comments

Comments
 (0)