Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 73e6f34

Browse files
chore: bump dorny/test-reporter from 1.5.0 to 1.6.0 (#1037)
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.5.0 to 1.6.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@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2f1eb6 commit 73e6f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
bash <(curl -s https://codecov.io/bash) -f coverage/coverage.lcov
114114
115115
- name: Publish test results
116-
uses: dorny/test-reporter@v1.5.0
116+
uses: dorny/test-reporter@v1.6.0
117117
if: success() || failure() # run this step even if previous step failed
118118
with:
119119
name: Tests result

0 commit comments

Comments
 (0)