diff options
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts index 86f1db10f..9c23e509e 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,3 +1,4 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. -export * from "https://raw.githubusercontent.com/denoland/automation/0.5.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.9.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.9.0/github_actions.ts"; |