Skip to content

Commit 45c5ce0

Browse files
committed
use common-utils v1.0.0
1 parent 43a1347 commit 45c5ce0

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@actions/core": "^1.11.1",
2323
"@actions/exec": "^1.1.1",
24-
"common-utils": "github:matlab-actions/common-utils#kapilg/refactor"
24+
"common-utils": "github:matlab-actions/common-utils#v1.0.0"
2525
},
2626
"devDependencies": {
2727
"@types/jest": "^30.0.0",

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import * as core from "@actions/core";
44
import * as exec from "@actions/exec";
5-
// TODO: update common-utils version when new version is released
65
import { matlab, testResultsSummary, buildSummary } from "common-utils";
76

87
/**

0 commit comments

Comments
 (0)