summaryrefslogtreecommitdiff
path: root/tools/release/deps.ts
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2022-11-22 21:07:35 +0100
committerGitHub <noreply@github.com>2022-11-22 21:07:35 +0100
commit13e3acf71dd8443d8d158087d8c0a0cb72167f9a (patch)
tree7455c069643f10bc9de5d6c8993defddeda378fd /tools/release/deps.ts
parent14904f6a2cac6b288a893add3e129c2668ea3a5a (diff)
chore: workspace inheritance (#16343)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r--tools/release/deps.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts
index 63215247f..976a83733 100644
--- a/tools/release/deps.ts
+++ b/tools/release/deps.ts
@@ -1,4 +1,4 @@
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
-export * from "https://raw.githubusercontent.com/denoland/automation/0.12.2/mod.ts";
-export * from "https://raw.githubusercontent.com/denoland/automation/0.12.2/github_actions.ts";
+export * from "https://raw.githubusercontent.com/denoland/automation/0.16.0/mod.ts";
+export * from "https://raw.githubusercontent.com/denoland/automation/0.16.0/github_actions.ts";