diff --git a/.github/workflows/matlab_test_and_coverage.yaml b/.github/workflows/matlab_test_and_coverage.yaml index fad6f70..639e278 100644 --- a/.github/workflows/matlab_test_and_coverage.yaml +++ b/.github/workflows/matlab_test_and_coverage.yaml @@ -49,7 +49,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Run tests - uses: matlab-actions/run-command@v1.2.0 + uses: matlab-actions/run-command@v1.2.1 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run run_tests_ci;