Skip to content

Commit 04223b4

Browse files
Bump matlab-actions/run-command from 2 to 3 (#1418)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bertrand Coconnier <bcoconni@users.noreply.github.com>
1 parent 61b7cd7 commit 04223b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cpp-python-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ jobs:
216216
- name: Run Tests (Linux & MacOSX)
217217
if: runner.os != 'Windows'
218218
id: tests-unix
219-
uses: matlab-actions/run-command@v2
219+
uses: matlab-actions/run-command@v3
220220
with:
221221
command: addpath('build/matlab'), run('matlab/TestJSBSim.m')
222222
- name: Run Tests (Windows)
223223
if: runner.os == 'Windows'
224224
id: tests-windows
225-
uses: matlab-actions/run-command@v2
225+
uses: matlab-actions/run-command@v3
226226
with:
227227
command: addpath('build/matlab/RelWithDebInfo'), run('matlab/TestJSBSim.m')
228228

0 commit comments

Comments
 (0)