Skip to content

Jetbrains runtime uses pre-release version #829

@amir1376

Description

@amir1376

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:

  1. 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions