mbien opened a new pull request, #5927: URL: https://github.com/apache/netbeans/pull/5927
github will switch everything to Node 16 on the 18th of May: https://github.blog/changelog/2023-05-04-github-actions-all-actions-will-run-on-node16-instead-of-node12/ [delete-artifact](https://github.com/GeekyEggo/delete-artifact) is the last remaining action which we haven't updated yet. We access the action via a git submodule since it is third-party. + this PR moves the delete-artifact submodule to the [v2.0.0 tag](https://github.com/GeekyEggo/delete-artifact/releases/tag/v2.0.0) + bonus: updated git ignore to ignore all private folders by default after that we shouldn't see any warnings of this kind anymore: ``` Cleanup Workflow Artifacts Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: ./.github/actions/delete-artifact/. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
