diff --git a/src/installer.ts b/src/installer.ts index e7b4400a..0b28ed56 100644 --- a/src/installer.ts +++ b/src/installer.ts @@ -188,7 +188,7 @@ async function choco(tool: Tool, version: string): Promise { } async function ghcupBin(os: OS): Promise { - const v = '0.1.8'; + const v = '0.1.12'; const cachedBin = tc.find('ghcup', v); if (cachedBin) return join(cachedBin, 'ghcup');