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