@actions/core v1.10.1 (#1529)

This commit is contained in:
Luke Tomlinson
2023-09-11 10:45:23 -04:00
committed by GitHub
parent 63c648f3c2
commit c5c786523e
3 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# @actions/core Releases
### 1.10.1
- Fix error message reference in oidc utils [#1511](https://github.com/actions/toolkit/pull/1511)
### 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)