Skip to content

Commit 455b497

Browse files
[deps]: Update dorny/test-reporter action to v2
1 parent 92c7672 commit 455b497

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

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

0 commit comments

Comments
 (0)