diff --git a/src/post.ts b/src/post.ts index 694f68b..354927a 100644 --- a/src/post.ts +++ b/src/post.ts @@ -6,7 +6,7 @@ import { getInput, info, summary, -} from "npm:@actions/core@1.11.0"; +} from "npm:@actions/core@1.11.1"; import * as github from "npm:@actions/github@6.0.0"; import { createMermaid } from "./workflow_gantt.ts"; import { Github } from "jsr:@kesin11/gha-utils";