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