Workflow action version updates#389
Conversation
| - uses: actions/checkout@v4 | ||
| - uses: actions/setup-java@v4 | ||
| with: | ||
| distribution: 'zulu' |
There was a problem hiding this comment.
We are using the same one as before:
https://github.com/actions/setup-java/blob/main/docs/switching-to-v2.md
You can change it if you want:
https://github.com/actions/setup-java?tab=readme-ov-file#supported-distributions
There was a problem hiding this comment.
Ahh okay, do you have a preference? I think temurin is more open, as it's maintained eclipse?
There was a problem hiding this comment.
Based on https://whichjdk.com/, temurin sounds good
There was a problem hiding this comment.
I mostly use Zulu or SapMachine, but only because they just work. I never bothered to change it for my projects.
There was a problem hiding this comment.
Okay, then let's go with temurin, if the build succeeds (:.
Bumping the actions to much newer versions