diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7500234..a6d8da1 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@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0 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@890a17cecf52a379fc869ab770a71657660be727 # v2.1.0 if: success() || failure() # run this step even if previous step failed with: name: Windows unit test results