From 173b212a39126035ec31dc50f11a8d72b24c4995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 17:57:23 -0800 Subject: [PATCH] Bump dorny/test-reporter from 1.7.0 to 1.8.0 (#645) Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.7.0 to 1.8.0. - [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/v1.7.0...v1.8.0) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_backend.yml | 2 +- .github/workflows/ci_frontend.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_backend.yml b/.github/workflows/ci_backend.yml index e3ebab2f..2313ebe4 100644 --- a/.github/workflows/ci_backend.yml +++ b/.github/workflows/ci_backend.yml @@ -50,7 +50,7 @@ jobs: - if: steps.changes.outputs.src == 'true' name: Upload backend test report - uses: dorny/test-reporter@v1.7.0 + uses: dorny/test-reporter@v1.8.0 with: name: Dotnet Tests path: TestResults/test-results.trx diff --git a/.github/workflows/ci_frontend.yml b/.github/workflows/ci_frontend.yml index a0b0ad9a..6cc831ca 100644 --- a/.github/workflows/ci_frontend.yml +++ b/.github/workflows/ci_frontend.yml @@ -44,7 +44,7 @@ jobs: - if: steps.changes.outputs.src == 'true' name: Upload test report - uses: dorny/test-reporter@v1.7.0 + uses: dorny/test-reporter@v1.8.0 with: name: JEST Tests path: reports/jest-*.xml