-
-
Notifications
You must be signed in to change notification settings - Fork 47
Bump versions to avoid Node 12 deprecation #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Running using actions/checkout@v2, actions/setup-python@v2 gives the following deprecation warning: Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
@yaiir-a - good catch! I completely forgot to update this earlier! Thank you for making this pull request - PR has been merged. 🥳
Open source community is so lucky to have a great people like yourself to improve the life's of developer's!
So thank you once again! And feel free to add any further contributions, as they are more than appreciated. ❤️
It's the least I could do :)
God knows how much time this one little line saved me:
- name: Install xvfb
run: sudo apt-get install xvfb
It's the least I could do :)
God knows how much time this one little line saved me:
- name: Install xvfb run: sudo apt-get install xvfb
Don't know how I missed responding to this! And trust me I know! It took how many hours it took me to figure it out alone so, I couldn't bare to make someone else go through that pain! 😂
Again thank you for your contribution on making it / the repo better. Hope all is well! 👌
Running using actions/checkout@v2, actions/setup-python@v2 gives the following deprecation warning:
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.