From 997db08de0b8ee479728a031f86935619cac0c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 26 Sep 2024 18:25:08 +0200 Subject: [PATCH] bump dependency --- tools/release/deps.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/release/deps.ts b/tools/release/deps.ts index f78e913..59fec22 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,5 +1,5 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -export * from "https://raw.githubusercontent.com/denoland/automation/0.10.0/mod.ts"; -export * from "https://raw.githubusercontent.com/denoland/automation/0.10.0/github_actions.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.20.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.20.0/github_actions.ts"; export { parse as parseYaml } from "https://deno.land/std@0.176.0/encoding/yaml.ts";