Skip to content

Commit b986112

Browse files
Bump dorny/test-reporter from 2.1.0 to 2.1.1
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.0 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@v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efda706 commit b986112

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check_dependabot_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: ./mvnw -B test
3030

3131
- name: Test Report
32-
uses: dorny/[email protected].0
32+
uses: dorny/[email protected].1
3333
if: success() || failure()
3434
with:
3535
name: JavaAI Tests

.github/workflows/java-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3939

4040
- name: Test Report
41-
uses: dorny/[email protected].0
41+
uses: dorny/[email protected].1
4242
if: success() || failure()
4343
with:
4444
name: JavaAI Tests

0 commit comments

Comments
 (0)