Skip to content

ci: Update GitHub Actions #207

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

Merged
merged 3 commits into from
Aug 6, 2022

Conversation

KengoTODA
Copy link
Contributor

Hello folks,

I want to suggest this PR which introduces major updates to GitHub Actions used in the workflow:

  1. actions/checkout released v3 which is using the latest Node.JS as its default runtime. Current Node.JS in runtime is v12, which will be EOL at this April, so better to update it.
  2. actions/setup-java released v2 which supports the dependency caching. It lets us remove the actions/cache from the workflow, and make the workflow definition simple and short.

Hope that this PR helps you to keep the development environment updated and secure! :)

@KengoTODA KengoTODA closed this Mar 2, 2022
@KengoTODA KengoTODA reopened this Mar 2, 2022
@siordache siordache merged commit 87aeda5 into java9-modularity:master Aug 6, 2022
@siordache
Copy link
Collaborator

Thanks for this PR!

@KengoTODA KengoTODA deleted the update-actions branch August 6, 2022 22:44
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.

2 participants