Skip to content

Commit

Permalink
bump dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju committed Sep 26, 2024
1 parent c482e2d commit 997db08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/release/deps.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.

export * from "https://raw.githubusercontent.com/denoland/automation/0.10.0/mod.ts";
export * from "https://raw.githubusercontent.com/denoland/automation/0.10.0/github_actions.ts";
export * from "https://raw.githubusercontent.com/denoland/automation/0.20.0/mod.ts";
export * from "https://raw.githubusercontent.com/denoland/automation/0.20.0/github_actions.ts";
export { parse as parseYaml } from "https://deno.land/[email protected]/encoding/yaml.ts";

0 comments on commit 997db08

Please sign in to comment.