Skip to content

Commit

Permalink
chore(deps): update dependency @actions/core to v1.11.0 (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent e8007fe commit b5f9f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit b5f9f01

Please sign in to comment.