Skip to content
Compare
Choose a tag to compare
@mahabaleshwars mahabaleshwars released this 18 Dec 03:49
7a6d8a8

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: v4...v4.6.0