diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 25cef69..82383a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,7 +58,7 @@ jobs: run: ./build.sh --verbosity verbose - name: Unit test report - uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0 + uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 # v2.2.0 if: success() || failure() with: name: Unit test results