diff --git a/.github/workflows/run_tests_matlab.yml b/.github/workflows/run_tests_matlab.yml index 2608f99..cc32c3b 100644 --- a/.github/workflows/run_tests_matlab.yml +++ b/.github/workflows/run_tests_matlab.yml @@ -48,7 +48,7 @@ jobs: git clone https://github.com/MOcov/MOcov.git --depth 1 - name: Run tests - uses: matlab-actions/run-command@v2.0.0 + uses: matlab-actions/run-command@v2.1.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;