Skip to content
Compare
Choose a tag to compare
@aparnajyothi-y aparnajyothi-y released this 24 Sep 14:04
b36c23c

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