Skip to content

Commit c5c7865

Browse files
@actions/core v1.10.1 (actions#1529)
1 parent 63c648f commit c5c7865

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

packages/core/RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# @actions/core Releases
22

3+
### 1.10.1
4+
- Fix error message reference in oidc utils [#1511](https://github.com/actions/toolkit/pull/1511)
5+
36
### 1.10.0
47
- `saveState` and `setOutput` now use environment files if available [#1178](https://github.com/actions/toolkit/pull/1178)
58
- `getMultilineInput` now correctly trims whitespace by default [#1185](https://github.com/actions/toolkit/pull/1185)

packages/core/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@actions/core",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "Actions core lib",
55
"keywords": [
66
"github",

0 commit comments

Comments
 (0)