FTP-Deploy-Action icon indicating copy to clipboard operation
FTP-Deploy-Action copied to clipboard

Node.js 16 actions are deprecated

Open ramzlab000 opened this issue 1 year ago • 5 comments

The action displays the following warning:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, SamKirkland/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

ramzlab000 avatar Jan 26 '24 11:01 ramzlab000

I’m dealing with the same problem as you

rasulsh avatar Jan 26 '24 11:01 rasulsh

I think there's already a pull request https://github.com/SamKirkland/FTP-Deploy-Action/pull/415 - this should fix the issue!

ramzlab000 avatar Jan 26 '24 11:01 ramzlab000

I think there's already a pull request #415 - this should fix the issue!

As of now, since it hasn't been merged with the master branch and the new version hasn't been released, we'll have to wait

rasulsh avatar Jan 26 '24 14:01 rasulsh

I updated the dependencies and built it with node 20 without issues, seems to be working for me https://github.com/maverage/FTP-Deploy-Action/releases/tag/v4.3.5

I hope it will be fixed here soon, I created a PR #435

maverage avatar Jan 26 '24 22:01 maverage

I updated the dependencies and built it with node 20 without issues, seems to be working for me https://github.com/maverage/FTP-Deploy-Action/releases/tag/v4.3.5

I hope it will be fixed here soon, I created a PR #435

I'm using yours for now. Thanks!

ramzlab000 avatar Jan 27 '24 06:01 ramzlab000

Available in the latest v4.3.5 release

SamKirkland avatar Mar 02 '24 06:03 SamKirkland