Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 6d69175

Browse files
author
Jared Weakly
authored
Merge pull request #3 from alexbiehl/patch-1
Bump ghcup to 0.1.12
2 parents 6e6e0ae + a590ea2 commit 6d69175

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup/dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11188,7 +11188,7 @@ async function choco(tool, version) {
1118811188
}
1118911189
}
1119011190
async function ghcupBin(os) {
11191-
const v = '0.1.8';
11191+
const v = '0.1.12';
1119211192
const cachedBin = tc.find('ghcup', v);
1119311193
if (cachedBin)
1119411194
return path_1.join(cachedBin, 'ghcup');
@@ -11741,4 +11741,4 @@ module.exports = new Type('tag:yaml.org,2002:map', {
1174111741

1174211742
/***/ })
1174311743

11744-
/******/ });
11744+
/******/ });

setup/src/installer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ async function choco(tool: Tool, version: string): Promise<void> {
188188
}
189189

190190
async function ghcupBin(os: OS): Promise<string> {
191-
const v = '0.1.8';
191+
const v = '0.1.12';
192192
const cachedBin = tc.find('ghcup', v);
193193
if (cachedBin) return join(cachedBin, 'ghcup');
194194

0 commit comments

Comments
 (0)