garbagemule / MobArena

MobArena plugin for Minecraft
GNU General Public License v3.0
195 stars 151 forks source link

Upgrade actions to remove action/workflow deprecation warnings #770

Closed tadhunt closed 11 months ago

tadhunt commented 1 year ago

Summary

Problem

Update to latest versions of github actions to remove workflow warnings

Solution

Actions were out of date, so this change upgrades to the latest.

Action

tadhunt commented 11 months ago

Ready to merge if we add the gutted linebreak back in.

Whoops. Fixed in e295c7374fa6cf78e448fd89ea135fe7880139f8

What do you think about using the cache property in setup-java? Maybe in a separate commit, but keep it in the same PR?

This PR was intended just to address deprecation warnings, so I think functionality changes are better handled in a different PR? Also, I'm also not well versed in github actions so that's probably best handled by someone with more expertise :)