Skip to content

Commit 47f357f

Browse files
[deps]: Update dorny/test-reporter action to v2
1 parent dedb31f commit 47f357f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: dotnet test --configuration Debug --logger "trx;LogFileName=test-results.trx" /p:CoverletOutputFormatter="cobertura" --collect:"XPlat Code Coverage"
3030

3131
- name: Report test results
32-
uses: dorny/test-reporter@31a54ee7ebcacc03a09ea97a7e5465a47b84aea5 # v1.9.1
32+
uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1
3333
if: ${{ github.event.pull_request.head.repo.full_name == github.repository && !cancelled() }}
3434
with:
3535
name: Test Results

0 commit comments

Comments
 (0)