diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2023-03-16 09:26:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-16 09:26:30 -0400 |
commit | b9d9cd17c96e19e80932caaed017745e74b44f8b (patch) | |
tree | 4cd52e41ccfce59145eeb713e89c653aaac97e6b /tools/release/deps.ts | |
parent | eb3d79ab1bcdc554acf03034606836443a0971e5 (diff) |
chore: upgrade deno_automation to 0.19.0 (#18213)
I updated the lockfile with:
```
deno cache --lock=tools/deno.lock.json --lock-write ./tools/wpt.ts ./tools/upload_wptfyi.js ./tools/release/deps.ts
```
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 7b7a768ff..baf479b64 100644 --- a/tools/release/deps.ts +++ b/tools/release/deps.ts @@ -1,4 +1,4 @@ // Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. -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"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/mod.ts"; +export * from "https://raw.githubusercontent.com/denoland/automation/0.19.0/github_actions.ts"; |