diff --git a/.github/workflows/setup_mex.yml b/.github/workflows/setup_mex.yml index 9f04201..7f47fe1 100644 --- a/.github/workflows/setup_mex.yml +++ b/.github/workflows/setup_mex.yml @@ -106,7 +106,7 @@ jobs: run: cmd.exe "/K" '"install_oneapi_windows.bat" ${{ matrix.oneapi }}' - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.0 + uses: matlab-actions/setup-matlab@v3.0.1 with: release: ${{ matrix.matlab }} cache: true diff --git a/.github/workflows/setup_mex_mingw.yml b/.github/workflows/setup_mex_mingw.yml index 393c7a1..0c0902c 100644 --- a/.github/workflows/setup_mex_mingw.yml +++ b/.github/workflows/setup_mex_mingw.yml @@ -40,7 +40,7 @@ jobs: run: which gcc && gcc --version && which gfortran && gfortran --version - name: Set up MATLAB - uses: matlab-actions/setup-matlab@v3.0.0 + uses: matlab-actions/setup-matlab@v3.0.1 with: release: ${{ matrix.matlab }} cache: true