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