github actions/setup-java v4.4.0

15 hours ago

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @Jcambass in #684

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

Don't miss a new setup-java release

NewReleases is sending notifications on new releases.