diff --git a/.github/workflows/setup_mex.yml b/.github/workflows/setup_mex.yml index 2d5caae..8f4d2f7 100644 --- a/.github/workflows/setup_mex.yml +++ b/.github/workflows/setup_mex.yml @@ -110,7 +110,7 @@ jobs: cache: true - name: Run the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.2.0 with: command: | lang = '${{ matrix.lang }}'; diff --git a/.github/workflows/setup_mex_mingw.yml b/.github/workflows/setup_mex_mingw.yml index 7df2b61..994d88c 100644 --- a/.github/workflows/setup_mex_mingw.yml +++ b/.github/workflows/setup_mex_mingw.yml @@ -79,7 +79,7 @@ jobs: cache: true - name: Run the test - uses: matlab-actions/run-command@v3.1.0 + uses: matlab-actions/run-command@v3.2.0 with: command: | % 'MW_MINGW64_LOC' should be set to the directory containing bin\gcc.exe and bin\gfortran.exe