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