From 206e37f2aa8412e813aaf344e839ba6ef3423e0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:01:42 +0200 Subject: [PATCH] Bump dorny/test-reporter in /.gdunit4_action/publish-test-report (#42) Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1.9.0 to 1.9.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/v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nullpointer --- .gdunit4_action/publish-test-report/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gdunit4_action/publish-test-report/action.yml b/.gdunit4_action/publish-test-report/action.yml index 89dd86a..3f1f52d 100644 --- a/.gdunit4_action/publish-test-report/action.yml +++ b/.gdunit4_action/publish-test-report/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: 'Publish Test Results' - uses: dorny/test-reporter@v1.9.0 + uses: dorny/test-reporter@v1.9.1 with: name: ${{ inputs.report-name }} path: '${{ inputs.project_dir }}reports/**/results.xml'