fix unresolvable version in setup-java action

This commit is contained in:
Sebastian Stenzel
2025-10-17 12:12:44 +02:00
parent cdcd43a805
commit 4bb5a3f10d
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ on:
env:
JAVA_DIST: 'temurin'
JAVA_VERSION: '25.0.0+36'
JAVA_VERSION: '25.0.0'
jobs:
get-version: