diff --git a/.github/workflows/run_tests_matlab.yml b/.github/workflows/run_tests_matlab.yml index d2b5f6f..5fd3d6c 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@v1.2.2 + uses: matlab-actions/run-command@v1.2.3 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;