What's Changed
Add-ons :
- Add support for Oracle GraalVM by @fniephaus in #501
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup-java
uses: actions/setup-java@v4
with:
distribution: 'graalvm'
java-version: '21'
Bug fixes :
- Add architecture to cache key by @Zxilly in #664
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format. - Resolve check failures by @aparnajyothi-y in #687
New Contributors
Full Changelog: v4...v4.4.0