dschep / install-poetry-action

A Github action to install poetry
MIT License
31 stars 7 forks source link

`add-path` command will be deprecated #19

Open benoit9126 opened 4 years ago

benoit9126 commented 4 years ago

Hi,

When I use your action, I get the following warning

Warning: The `add-path` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

According to the website of the message:

Action authors who are using the toolkit should update the @actions/core package to v1.2.6 or greater to get the updated addPath and exportVariable functions.

Could you please update the package @actions/core #18 and publish a new release? Many thanks.