Skip to content

Commit 58cbb7e

Browse files
committed
use common-utils v1.0.0
1 parent 4446a0e commit 58cbb7e

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

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/buildtool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 The MathWorks, Inc.
1+
// Copyright 2022-2025 The MathWorks, Inc.
22

33
export interface RunBuildOptions {
44
Tasks?: string;

src/buildtool.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2024 The MathWorks, Inc.
1+
// Copyright 2022-2025 The MathWorks, Inc.
22

33
import * as buildtool from "./buildtool";
44

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import * as core from "@actions/core";
44
import * as exec from "@actions/exec";
55
import * as buildtool from "./buildtool";
6-
// TODO: update common-utils version when new version is released
76
import { matlab, testResultsSummary, buildSummary } from "common-utils";
87

98
/**

0 commit comments

Comments
 (0)