diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-11-22 21:07:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-22 21:07:35 +0100 |
| commit | 13e3acf71dd8443d8d158087d8c0a0cb72167f9a (patch) | |
| tree | 7455c069643f10bc9de5d6c8993defddeda378fd /tools/release | |
| parent | 14904f6a2cac6b288a893add3e129c2668ea3a5a (diff) | |
chore: workspace inheritance (#16343)
Diffstat (limited to 'tools/release')
| -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 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"; |
