Skip to content
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 to v4 #191

Closed
wants to merge 1 commit into from

Conversation

QuickMythril
Copy link

@QuickMythril QuickMythril commented Apr 25, 2024

The error message given in the "Actions" menu when it tries to run the unit tests after a pull request (for example here) says:

Node.js 16 actions are deprecated.
Please update the following actions to use Node.js 20:
actions/checkout@v3, actions/cache@v3, actions/setup-java@v3.
For more information see:
https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20

These three dependencies have updated to v4 to support Node.js 20:
https://github.com/actions/checkout
https://github.com/actions/cache
https://github.com/actions/setup-java

The results of this change being tested successfully, and the unit tests being run can be seen here:
https://github.com/QuickMythril/qortal/actions/runs/8827322769?pr=65
Edit: This pull request has itself triggered the tests to run successfully here:
https://github.com/Qortal/qortal/actions/runs/8827431061?pr=191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant