Skip to content

Commit 170c478

Browse files
committed
Use correct version
1 parent 3189dd4 commit 170c478

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Unit test report
7373
if: always()
74-
uses: bibipkins/dotnet-test-reporter@v1
74+
uses: bibipkins/dotnet-test-reporter@v1.6.1
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
results_path: TestResults/unit-tests.trx
@@ -101,7 +101,7 @@ jobs:
101101
102102
- name: Regression test report
103103
if: always()
104-
uses: bibipkins/dotnet-test-reporter@v1
104+
uses: bibipkins/dotnet-test-reporter@v1.6.1
105105
with:
106106
github_token: ${{ secrets.GITHUB_TOKEN }}
107107
results_path: TestResults/regression-tests.trx

0 commit comments

Comments
 (0)