Remove unused import of getGitHubHttpHeaders in installer.ts

This commit is contained in:
skateball 2025-11-02 10:31:55 +01:00
commit aa8f55ecb6
2 changed files with 6785 additions and 6786 deletions

13570
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long

View file

@ -8,7 +8,6 @@ import {
convertVersionToSemver, convertVersionToSemver,
extractJdkFile, extractJdkFile,
getDownloadArchiveExtension, getDownloadArchiveExtension,
getGitHubHttpHeaders,
isVersionSatisfies, isVersionSatisfies,
renameWinArchive renameWinArchive
} from '../../util'; } from '../../util';