diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-03-08 18:10:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-08 18:10:03 -0500 |
commit | a3d6be025c14174ce6e270a3004b9892d5aae071 (patch) | |
tree | 86b083148ce7646dfea4a4dd395240f29faa2e69 /tools/release/deps.ts | |
parent | 32ef9bfa47f8e8f838c02ddda376bea134b140eb (diff) |
chore: reduce release PRs from 2 to 1 (#13878)
Diffstat (limited to 'tools/release/deps.ts')
-rw-r--r-- | tools/release/deps.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/deps.ts b/tools/release/deps.ts index 4a1ec8725..5e249c1cf 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,3 +1,3 @@ // Copyright 2018-2022 the Deno authors. All rights reserved. MIT license. -export * from "https://raw.githubusercontent.com/denoland/automation/0.3.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.4.0/mod.ts"; |