diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-07-19 16:35:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 16:35:58 -0400 |
commit | 9b4ae0868d5f5a5ef1d49843737f950bbb841cbf (patch) | |
tree | b3c2f77809b8e8f7c556fa413e54be26f0b5a17c /tools/release/deps.ts | |
parent | 1bdf5a2081b1567ed73d8f85edae53c3f9724e2b (diff) |
chore: update deno automation to 0.12 (#15248)
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 4b8d6a3c2..5c33e6548 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.11.0/mod.ts"; -export * from "https://raw.githubusercontent.com/denoland/automation/0.11.0/github_actions.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.12.1/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.12.1/github_actions.ts"; |