Skip to content

Commit ae2dfbb

Browse files
committed
fix
1 parent cb7fab5 commit ae2dfbb

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "3.1.1",
4+
"version": "3.0.0",
55
"description": "",
66
"type": "module",
77
"main": "lib/index.js",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@actions/core": "^3.0.0",
2424
"@actions/exec": "^3.0.0",
25-
"common-utils": "github:matlab-actions/common-utils#kapilg/patch"
25+
"common-utils": "github:matlab-actions/common-utils#v2.2.1"
2626
},
2727
"devDependencies": {
2828
"@types/jest": "^30.0.0",

0 commit comments

Comments
 (0)