-
Notifications
You must be signed in to change notification settings - Fork 30
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
chore: upgrade workflows dependencies #71
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
while all other github workflows already use checkout action v4, they still use node 18, and here the node version is updated to 20. I'd recommend to use the same node version for all workflows by updating coverage_check
, canary
and release
to 20 as well.
just curious, what prompted this update? was checkoutv3 deprecated? did something break?
I was doing the same on another project that used this boilerplate and I felt like I wanted to update it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you Hex 😄
No description provided.