mirror of
https://gitea.com/actions/setup-deno.git
synced 2025-12-11 19:06:43 +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(
|
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) {
|
if (res.status !== 200) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
|||||||
Reference in New Issue
Block a user