@actions/core 1.10.0 release

This commit is contained in:
Francesco Renzi
2022-09-29 13:53:58 +00:00
parent b00a9fd033
commit 295cbcc4da
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# @actions/core Releases
### 1.10.0
- `saveState` and `setOutput` now use environment files if available [#1178](https://github.com/actions/toolkit/pull/1178)
- `getMultilineInput` now correctly trims whitespace by default [#1185](https://github.com/actions/toolkit/pull/1185)
### 1.9.1
- Randomize delimiter when calling `core.exportVariable`