Skip to content

Commit

Permalink
chore(deps): update dependency https://deno.land/std to v0.212.0 (#77)
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 Jan 13, 2024
1 parent 1c34a2d commit 47353e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow_gantt.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { sumOf } from "https://deno.land/std@0.211.0/collections/mod.ts";
import { sumOf } from "https://deno.land/std@0.212.0/collections/mod.ts";
import { format } from "npm:[email protected]";
import { Workflow, WorkflowJobs } from "./github.ts";

Expand Down

0 comments on commit 47353e6

Please sign in to comment.