Skip to content

Commit 0683e54

Browse files
chore(deps): bump dorny/test-reporter in the all-dependencies group (#224)
Bumps the all-dependencies group with 1 update: [dorny/test-reporter](https://github.com/dorny/test-reporter). Updates `dorny/test-reporter` from 2 to 3 - [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...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a57052b commit 0683e54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: dotnet test --no-build --configuration ${{ env.build_configuration }} --verbosity normal
139139

140140
- name: tests - report
141-
uses: dorny/test-reporter@v2
141+
uses: dorny/test-reporter@v3
142142
if: ${{ github.event.pull_request.head.repo.fork == false }}
143143
with:
144144
name: Test Results

0 commit comments

Comments
 (0)