mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
Bump http-client version (actions#221) (#222)
This commit is contained in:
parent
68c162b39c
commit
61c179a6ef
5 changed files with 14 additions and 6299 deletions
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
|
@ -39653,7 +39653,9 @@ class HttpClient {
|
|||
maxSockets: maxSockets,
|
||||
keepAlive: this._keepAlive,
|
||||
proxy: {
|
||||
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`,
|
||||
...((proxyUrl.username || proxyUrl.password) && {
|
||||
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
|
||||
}),
|
||||
host: proxyUrl.hostname,
|
||||
port: proxyUrl.port
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue