From 5cab3e7dba54643f95c147b48696c8af8a26632c Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 30 Mar 2022 16:37:00 -0400 Subject: build: use workflows for bumping versions and cargo publishing on the CI (#13995) --- tools/release/deps.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/release/deps.ts') 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"; -- cgit v1.2.3