deployphp / action

GitHub Action for Deployer
MIT License
222 stars 44 forks source link

Node.js 16 actions are deprecated -> use Node.js 20 instead #78

Closed Arachnos closed 5 months ago

Arachnos commented 5 months ago

Hi everyone !

When running Deployer action on GitHub Workflow, we have this message :

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: deployphp/action@v1.
For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Is it planned to upgrade the version of Node to 20 ?

Upvote & Fund

Fund with Polar

madurapa commented 5 months ago

uses: deployphp/action@master instead of uses: deployphp/action@v1 until this PR been released.