From b9d9cd17c96e19e80932caaed017745e74b44f8b Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 16 Mar 2023 09:26:30 -0400 Subject: chore: upgrade deno_automation to 0.19.0 (#18213) I updated the lockfile with: ``` deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts ``` --- tools/release/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/release/deps.ts') diff --git a/tools/release/deps.ts b/tools/release/deps.ts index 7b7a768ff..baf479b64 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,4 +1,4 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -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"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/github_actions.ts"; -- cgit v1.2.3