Skip to content

Commit 8a865d6

Browse files
[deps]: Update dorny/test-reporter action to v2
1 parent 7cd9101 commit 8a865d6

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
@@ -32,7 +32,7 @@ jobs:
3232
run: dotnet test --configuration Debug --logger "trx;LogFileName=test-results.trx" /p:CoverletOutputFormatter="cobertura" --collect:"XPlat Code Coverage"
3333

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

0 commit comments

Comments
 (0)