diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-01 11:11:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 11:11:53 -0400 |
commit | 8ca4c1819f3e7a8716c68034e256355334d53b44 (patch) | |
tree | 007b97781844a69dcc99063d9d88379f466d595a /tools/release/deps.ts | |
parent | 7fec7c834cb504f35f1dd03a9a464e164b8e13d8 (diff) |
chore(ci): fix Releases.md creation and tag name (#14166)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts index 9c23e509e..75cc872a1 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.9.0/mod.ts"; -export * from "https://raw.githubusercontent.com/denoland/automation/0.9.0/github_actions.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.9.2/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.9.2/github_actions.ts"; |