pnpm / action-setup

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

Update action/core to 1.10.0 to fix deprecation warnings #59

Closed belgattitude closed 1 year ago

belgattitude commented 1 year ago

I've been looking to the deprecation warnings described in https://github.com/pnpm/action-setup/issues/57.

Seems the source of the warnings is fixed in latest @action/core. See https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md#1100

I'm not sure how to test this... It's better to have a review before merging.

PS: for the doc part: https://github.com/pnpm/action-setup/pull/58

zkochan commented 1 year ago

You have not updated the lockfile.

belgattitude commented 1 year ago

Done. Thx