From 81247ce4b34e9a1236195e8beeda08ad4bc899cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 03:17:32 +0000 Subject: [PATCH] Bump matlab-actions/run-tests from 2.1.2 to 2.2.0 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 2.1.2 to 2.2.0. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 367a578..fc37460 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: # Runs a set of commands using the runners shell - name: Run all tests - uses: matlab-actions/run-tests@v2.1.2 + uses: matlab-actions/run-tests@v2.2.0 with: source-folder: MATLAB/src select-by-folder: MATLAB/tests