From 13a170aadab08406518f973bc5a975eeecf86aa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:29:36 +0000 Subject: [PATCH] Bump matlab-actions/run-command from 3.1.0 to 3.1.1 Bumps [matlab-actions/run-command](https://github.com/matlab-actions/run-command) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/matlab-actions/run-command/releases) - [Commits](https://github.com/matlab-actions/run-command/compare/v3.1.0...v3.1.1) --- updated-dependencies: - dependency-name: matlab-actions/run-command dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/setup_mex.yml | 2 +- .github/workflows/setup_mex_mingw.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/setup_mex.yml b/.github/workflows/setup_mex.yml index bdfbd36..016990c 100644 --- a/.github/workflows/setup_mex.yml +++ b/.github/workflows/setup_mex.yml @@ -112,7 +112,7 @@ jobs: cache: true - name: Run the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | lang = '${{ matrix.lang }}'; diff --git a/.github/workflows/setup_mex_mingw.yml b/.github/workflows/setup_mex_mingw.yml index 20f95ed..fb13b62 100644 --- a/.github/workflows/setup_mex_mingw.yml +++ b/.github/workflows/setup_mex_mingw.yml @@ -66,7 +66,7 @@ jobs: cache: true - name: Run the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.1.1 with: command: | % 'MW_MINGW64_LOC' should be set to the directory containing bin\gcc.exe and bin\gfortran.exe