GitHub is deprecating Node 12, forcing us to update any actions that rely on it. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ actions/setup-java@v2 now requires us to specify a distribution. v1 used Zulu, so we'll just stick with that for now.