summaryrefslogtreecommitdiff
path: root/tools/release/deps.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-03-30 16:37:00 -0400
committerGitHub <noreply@github.com>2022-03-30 16:37:00 -0400
commit5cab3e7dba54643f95c147b48696c8af8a26632c (patch)
tree249fd42319c121523e17835b85b13ef922d07d38 /tools/release/deps.ts
parentf61b2c0b1169ef2345738723583d8335638aeff2 (diff)
build: use workflows for bumping versions and cargo publishing on the CI (#13995)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r--tools/release/deps.ts3
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";