Skip to content

Commit

Permalink
Update to v2.7.5 (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Jan 30, 2024
1 parent 00bce0d commit e3d5714
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 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)

Expand Down
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3702,6 +3702,7 @@ function asPromise(normalizedOptions) {
request._beforeError(new types_1.HTTPError(response));
return;
}
request.destroy();
resolve(request.options.resolveBodyOnly ? response.body : response);
});
const onError = (error) => {
Expand Down

0 comments on commit e3d5714

Please sign in to comment.