diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d3b6c0b23..c21ff353c 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -37,7 +37,7 @@ jobs: - run: npm run compile --if-present - run: npm test - name: Test Report - uses: dorny/test-reporter@890a17cecf52a379fc869ab770a71657660be727 # v1 + uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v1 if: success() || failure() # run this step even if previous step failed continue-on-error: true with: