From 200b804a137a3cdd75116a7bebaf58479f1734ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:56:03 +0000 Subject: [PATCH] Bump matlab-actions/run-tests from 1 to 2 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 1 to 2. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/v1...v2) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7b9b62d..2bb6913 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: - name: Set up MATLAB uses: matlab-actions/setup-matlab@v1 - name: Run tests and generate artifacts - uses: matlab-actions/run-tests@v1 + uses: matlab-actions/run-tests@v2 with: logging-level: verbose select-by-folder: tests