diff --git a/.github/workflows/copyfile.yml b/.github/workflows/copyfile.yml index fa59a7f..d969c1d 100644 --- a/.github/workflows/copyfile.yml +++ b/.github/workflows/copyfile.yml @@ -58,7 +58,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | ver; diff --git a/.github/workflows/crash.yml b/.github/workflows/crash.yml index 8ad3a6b..1531a4b 100644 --- a/.github/workflows/crash.yml +++ b/.github/workflows/crash.yml @@ -47,7 +47,7 @@ jobs: release: ${{ env.MATLAB_RELEASE }} - name: Run script - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | cd('crash'); diff --git a/.github/workflows/get_files.yml b/.github/workflows/get_files.yml index 33e5ed4..8984fc5 100644 --- a/.github/workflows/get_files.yml +++ b/.github/workflows/get_files.yml @@ -31,7 +31,7 @@ jobs: release: ${{ matrix.matlab_release }} - name: Run script - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | cd('get_files'); diff --git a/.github/workflows/mex_time.yml b/.github/workflows/mex_time.yml index e290438..202b7a0 100644 --- a/.github/workflows/mex_time.yml +++ b/.github/workflows/mex_time.yml @@ -88,7 +88,7 @@ jobs: release: ${{ env.MATLAB_RELEASE }} - name: Run script - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | system('realpath "$(command -v gfortran)"'); diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index 7dd3bc5..64540ff 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -101,7 +101,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | ver; diff --git a/.github/workflows/recursive.yml b/.github/workflows/recursive.yml index 80d8bdd..0b083e7 100644 --- a/.github/workflows/recursive.yml +++ b/.github/workflows/recursive.yml @@ -126,7 +126,7 @@ jobs: release: ${{ matrix.matlab }} - name: Conduct the test - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | ver; diff --git a/.github/workflows/successful_fix_crash.yml b/.github/workflows/successful_fix_crash.yml index c5141ef..7b33d76 100644 --- a/.github/workflows/successful_fix_crash.yml +++ b/.github/workflows/successful_fix_crash.yml @@ -45,7 +45,7 @@ jobs: release: ${{ env.MATLAB_RELEASE }} - name: Run script - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | cd('crash'); diff --git a/.github/workflows/test_compiler.yml b/.github/workflows/test_compiler.yml index b479648..b914d11 100644 --- a/.github/workflows/test_compiler.yml +++ b/.github/workflows/test_compiler.yml @@ -90,7 +90,7 @@ jobs: release: ${{ matrix.matlab_release }} - name: Run script - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | system('realpath "$(command -v gfortran)"'); diff --git a/.github/workflows/test_mac.yml b/.github/workflows/test_mac.yml index 1d3b07d..4573e81 100644 --- a/.github/workflows/test_mac.yml +++ b/.github/workflows/test_mac.yml @@ -41,7 +41,7 @@ jobs: cache: true - name: Run the test - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | ver diff --git a/.github/workflows/unsuccessful_fix_crash.yml b/.github/workflows/unsuccessful_fix_crash.yml index 2f589b2..2fc4543 100644 --- a/.github/workflows/unsuccessful_fix_crash.yml +++ b/.github/workflows/unsuccessful_fix_crash.yml @@ -44,7 +44,7 @@ jobs: release: ${{ env.MATLAB_RELEASE }} - name: Run script - uses: matlab-actions/run-command@v2.1.0 + uses: matlab-actions/run-command@v2.1.1 with: command: | cd('crash');