pnpm / action-setup

Install pnpm package manager
https://github.com/marketplace/actions/setup-pnpm
MIT License
899 stars 87 forks source link

Doc update to account for deprecated `set-output`. #58

Closed belgattitude closed 1 year ago

belgattitude commented 1 year ago

Update doc to account for deprecated set-output.

The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

I've tested it on some of my repos and it seems to work perfectly. Gist here: https://gist.github.com/belgattitude/838b2eba30c324f1f0033a797bab2e31#composite-action

Related: #57

zkochan commented 1 year ago

ok, if you have tested it then I trust this change