From 076ac39c2ae4e13ef1219610d12b7e2120e4601b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 18:58:29 +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 972c519..a341b8a 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -27,7 +27,7 @@ jobs: mkoctfile --mex jsonread.c jsmn.c -DJSMN_PARENT_LINKS - name: MOxUnit Action - uses: joergbrech/moxunit-action@v1.2.0 + uses: joergbrech/moxunit-action@v1.3.0 with: tests: tests # files or directories containing the MOxUnit test cases src: src # directories to be added to the Octave search path before running the tests.