Open
Description
Description:
Jetbrains runtime uses pre-release builds even if I use version something like 21
Task version:
4.7.1
Platform:
- Ubuntu
- macOS
- Windows
Runner type:
- Hosted
- Self-hosted
Repro steps:
- use this action
name: Set up JBR
uses: actions/setup-java@v4
with:
distribution: "jetbrains"
java-package: "jdk"
java-version: "21"
check-latest: true
Expected behavior:
latest stable version (21.0.7b968.13
at this time) should be resolved
Actual behavior:
In the action log you will see that version 21.0.7b982.16
is resolved which is pre-release version in github