From 540a4613238df834af7aa9cd7080b3b32ca097d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:42:02 +0000 Subject: [PATCH] Bump matlab-actions/run-tests from 2 to 3 Bumps [matlab-actions/run-tests](https://github.com/matlab-actions/run-tests) from 2 to 3. - [Release notes](https://github.com/matlab-actions/run-tests/releases) - [Commits](https://github.com/matlab-actions/run-tests/compare/v2...v3) --- updated-dependencies: - dependency-name: matlab-actions/run-tests dependency-version: '3' 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 acfb568..70cbd34 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: with: products: Image_Processing_Toolbox - name: Run tests and generate artifacts - uses: matlab-actions/run-tests@v2 + uses: matlab-actions/run-tests@v3 with: source-folder: src logging-level: verbose