-
Notifications
You must be signed in to change notification settings - Fork 4
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
update: actions/checkout@v4 #4
Conversation
use Node.js 20 as Node.js 16 is end-of-life
d8941e9
to
6f2ecf0
Compare
6f2ecf0
to
ad7a66b
Compare
@mame A warning has been introduced in ruby/ruby#10428, indicating that Upon checking the CI error logs, I saw this warning and added the dependency to the gemspec:
After making this change, the CI passed successfully, so I believe this resolves the necessary updates for GitHub Actions. I would appreciate it if you could review the changes again. Thank you for your time 🙏 |
@ksaito422 Thank you for the PR, but please do not add a dependency to ostruct. The perfect_toml gem itself does not depend on the ostruct gem. Only the test script does. I guess adding |
Thanks for the advice. I had overlooked the dependency there. |
since this is a gem that depends on the test.
9291c3b
to
47183a3
Compare
Thanks! |
Due to the end of support for Node.js 16, I would like to update the actions to use Node.js 20.
see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/