Skip to content

Commit

Permalink
actions/core 1.9.0 release (#1116)
Browse files Browse the repository at this point in the history
* 1.9.0 release

* add link to pr
  • Loading branch information
thboop committed Jun 15, 2022
1 parent 00282d6 commit 9b7bcb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions packages/core/RELEASES.md
@@ -1,5 +1,8 @@
# @actions/core Releases

### 1.9.0
- Added `toPosixPath`, `toWin32Path` and `toPlatformPath` utilities [#1102](https://github.com/actions/toolkit/pull/1102)

### 1.8.2
- Update to v2.0.1 of `@actions/http-client` [#1087](https://github.com/actions/toolkit/pull/1087)

Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@actions/core",
"version": "1.8.2",

This comment has been minimized.

Copy link
@vedetotu

vedetotu Jun 17, 2022

core.setOutput('SELECTED_COLOR', 'green');

"version": "1.9.0",
"description": "Actions core lib",
"keywords": [
"github",
Expand Down

1 comment on commit 9b7bcb1

@vedetotu
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

core.setOutput('SELECTED_COLOR', 'green');

Please sign in to comment.