From 5e4dd5592528dde2a61201091c41c05293aef8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 10:01:32 +0000 Subject: [PATCH] Bump joergbrech/moxunit-action from 1.2.0 to 1.3.0 Bumps [joergbrech/moxunit-action](https://github.com/joergbrech/moxunit-action) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/joergbrech/moxunit-action/releases) - [Changelog](https://github.com/joergbrech/moxunit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/joergbrech/moxunit-action/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: joergbrech/moxunit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index b1415ae..5f78017 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: MOxUnit Action - uses: joergbrech/moxunit-action@v1.2.0 + uses: joergbrech/moxunit-action@v1.3.0 with: tests: tests src: src