From 4fb61e475db54fbdc54997a904f7616263499508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jul 2025 10:32:09 +0000 Subject: [PATCH] build(deps): bump dorny/test-reporter from 2.1.0 to 2.1.1 Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](https://github.com/dorny/test-reporter/compare/890a17cecf52a379fc869ab770a71657660be727...dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: