diff --git a/.github/workflows/run_tests_matlab.yml b/.github/workflows/run_tests_matlab.yml index d363fa4..d31660f 100644 --- a/.github/workflows/run_tests_matlab.yml +++ b/.github/workflows/run_tests_matlab.yml @@ -51,7 +51,7 @@ jobs: run: make install_dev - name: Run commands - uses: matlab-actions/run-command@v2.4.1 + uses: matlab-actions/run-command@v3.2.0 with: command: cd(fullfile(getenv('GITHUB_WORKSPACE'), '.github', 'workflows')); run tests_matlab;