-
Notifications
You must be signed in to change notification settings - Fork 89
Update GitHub action workflows #322
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
2f7e659
to
162dda6
Compare
@matrei I updated all the uses of
I also switched any Adopt JDKs to liberica. |
162dda6
to
dee5ada
Compare
dee5ada
to
7e86e18
Compare
@matrei this PR is now ready to be reviewed again |
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.
Thanks, looks good! If it's possible, try to not force-push changes on review feedback. It's much easier review when there are separate commits. We can squash them before merging anyway so it will only be one commit on the main branch.
Update the GitHub actions workflows to use the latest version of multiple actions, including
actions/checkout
,actions/setup-java
, andactions/cache
, :https://github.com/actions/checkout/tags
https://github.com/actions/setup-java/tags
https://github.com/actions/cache?tab=readme-ov-file#v4