Closed jeremylorino closed 1 year ago
Modernize the action and the npm dependencies. GitHub deprecated set-output command which is properly deprecated in the latest of @action/core.
set-output
@action/core
More info can be found in the upstream issue.
@actions/core
@actions/github
eslint
@zeit/ncc
@vercel/ncc
Before
After
Thanks for taking the time to do it!
Motivation and Context
Modernize the action and the npm dependencies. GitHub deprecated
set-output
command which is properly deprecated in the latest of@action/core
.More info can be found in the upstream issue.
Description
@actions/core
@actions/github
eslint
@zeit/ncc
to@vercel/ncc
Before
After