Merge branch 'actions:main' into issue725-ReadMeSupportedVersionSyntax

This commit is contained in:
christian 2025-05-23 20:57:48 +02:00 committed by GitHub
commit 4c70770576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 882 additions and 12345 deletions

View file

@ -120,6 +120,8 @@ The `java-version` input supports an exact version or a version range using [Sem
**NOTE:** For Azul Zulu OpenJDK architectures x64 and arm64 are mapped to x86 / arm with proper hw_bitness.
**NOTE:** To comply with the GraalVM Free Terms and Conditions (GFTC) license, it is recommended to use GraalVM JDK 17 version 17.0.12, as this is the only version of GraalVM JDK 17 available under the GFTC license. Additionally, it is encouraged to consider upgrading to GraalVM JDK 21, which offers the latest features and improvements.
### Caching packages dependencies
The action has a built-in functionality for caching and restoring dependencies. It uses [toolkit/cache](https://github.com/actions/toolkit/tree/main/packages/cache) under hood for caching dependencies but requires less configuration settings. Supported package managers are gradle, maven and sbt. The format of the used cache key is `setup-java-${{ platform }}-${{ packageManager }}-${{ fileHash }}`, where the hash is based on the following files: