Closed alex-way closed 6 months ago
Any timeline for the 3.0 release to silence the node 16 deprecation warning on my GH Action runs?
We're waiting to merge #46 before releasing v3
.
In the meantime, you can reference the master
branch in your workflows to get rid of the warning:
steps:
- name: Run the Cake script
uses: cake-build/cake-action@master
I see that #41 was just resolved with a v2 release. I have some bad news;
Node v16 is also deprecated and have been for the last 6 months :'(
Node.js 16 actions are deprecated.
Is there any chance to update to v20?