github actions/setup-java v3.13.0

latest releases: v4.3.0, v4, v4.2.2...
12 months ago

What's changed

In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in #532

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: v3...v3.13.0

Don't miss a new setup-java release

NewReleases is sending notifications on new releases.