mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 07:06:56 +00:00
Update to v2.7.5 (#517)
This commit is contained in:
parent
00bce0da9c
commit
e3d5714d59
2 changed files with 7 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
* update runtime to node20 for action
|
## 2.7.5 (January 30, 2024)
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
|
||||||
|
* Bump node runtime from node16 to node20 [GH-509](https://github.com/hashicorp/vault-action/pull/509)
|
||||||
|
* Bump got from 11.8.5 to 11.8.6 [GH-492](https://github.com/hashicorp/vault-action/pull/492)
|
||||||
|
|
||||||
## 2.7.4 (October 26, 2023)
|
## 2.7.4 (October 26, 2023)
|
||||||
|
|
||||||
|
|
|
||||||
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -3702,6 +3702,7 @@ function asPromise(normalizedOptions) {
|
||||||
request._beforeError(new types_1.HTTPError(response));
|
request._beforeError(new types_1.HTTPError(response));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
request.destroy();
|
||||||
resolve(request.options.resolveBodyOnly ? response.body : response);
|
resolve(request.options.resolveBodyOnly ? response.body : response);
|
||||||
});
|
});
|
||||||
const onError = (error) => {
|
const onError = (error) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue