diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7500234..49372c7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: run: ./build.sh -target Test - name: Linux unit test report - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1 if: success() || failure() # run this step even if previous step failed with: name: Linux unit test results @@ -77,7 +77,7 @@ jobs: run: ./build.ps1 --verbosity verbose - name: Windows unit test report - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1 if: success() || failure() # run this step even if previous step failed with: name: Windows unit test results