Skip to content

Commit 77f6956

Browse files
Bump dorny/test-reporter from 2.0.0 to 2.1.0 (#3360)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.0.0 to 2.1.0. - [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.0.0...v2.1.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6f1f70 commit 77f6956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
report:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: dorny/test-reporter@v2.0.0
11+
- uses: dorny/test-reporter@v2.1.0
1212
with:
1313
artifact: test-results # artifact name
1414
name: Unit tests # Name of the check run which will be created

0 commit comments

Comments
 (0)