Skip to content

Commit 1ea9edb

Browse files
depend on new run-command version (#46)
1 parent ba7cbac commit 1ea9edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "run-matlab-tests-action",
33
"author": "The MathWorks, Inc.",
4-
"version": "2.0.0",
4+
"version": "1.5.3",
55
"description": "",
66
"main": "lib/index.js",
77
"scripts": {
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@actions/core": "^1.10.0",
2323
"@actions/exec": "^1.1.0",
24-
"run-matlab-command-action": "github:matlab-actions/run-command#v1.2.3"
24+
"run-matlab-command-action": "github:matlab-actions/run-command#v2.0.0"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "^29.1.1",

0 commit comments

Comments
 (0)