Closed cpnielsen closed 1 year ago
Github is deprecating node12 actions, see blog post: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Upgrading the action to use node16 and fixing any related discrepancies should silence this. The timeline is "summer 2023" so it's not urgent, but would be nice to get rid of the deprecation warnings.
node16
Done, please try v8
https://github.com/Gr1N/setup-poetry/releases/tag/v8
Issue
Github is deprecating node12 actions, see blog post: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Upgrading the action to use
node16
and fixing any related discrepancies should silence this. The timeline is "summer 2023" so it's not urgent, but would be nice to get rid of the deprecation warnings.