getnikola / plugins

Extra plugins for Nikola
https://plugins.getnikola.com/
MIT License
56 stars 92 forks source link

Change GitHub Workflow to use "setup-java" action #397

Closed matthew16550 closed 2 years ago

matthew16550 commented 2 years ago

Changing Java setup from apt-get to actions/setup-java which is the "official" way to use Java in GitHub Workflows.

This reduces CI time by about 27s.

Tests are currently failing because of #395