From 13e3acf71dd8443d8d158087d8c0a0cb72167f9a Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Tue, 22 Nov 2022 21:07:35 +0100 Subject: chore: workspace inheritance (#16343) --- tools/release/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/release') 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"; -- cgit v1.2.3