mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-12 03:16:42 +00:00
chore: update outdated reference to versions.json (#28)
This commit is contained in:
@@ -61,7 +61,7 @@ async function resolveVersion({ range, isCanary }) {
|
||||
}
|
||||
|
||||
const res = await fetch(
|
||||
"https://raw.githubusercontent.com/denoland/deno_website2/main/versions.json",
|
||||
"https://raw.githubusercontent.com/denoland/dotland/main/versions.json",
|
||||
);
|
||||
if (res.status !== 200) {
|
||||
throw new Error(
|
||||
|
||||
Reference in New Issue
Block a user