Usage Information
nuke.common 8.0.0, .Net 6/7/8
Description
Get this when running GitHub actions generated by nuke.common v 8.0.0:
1 warning
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Reproduction Steps
Generate a Github action that uses caching and upload some artifacts and run it on GitHub
Expected Behavior
No warnings
Actual Behavior
1 warning:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Regression?
No response
Known Workarounds
No response
Could you help with a pull-request?
Yes