Skip to content

Commit 30eb7e6

Browse files
chore(deps): update dorny/test-reporter action to v2
1 parent 19ab875 commit 30eb7e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Test
5050
run: dotnet test --verbosity normal --logger "trx;LogFileName=test-results.trx"
5151
- name: Test Reporter
52-
uses: dorny/test-reporter@v1.9.1
52+
uses: dorny/test-reporter@v2.3.0
5353
if: success() || failure()
5454
with:
5555
name: .NET Tests

0 commit comments

Comments
 (0)