Sourced from actions/setup-java's releases.
v3.13.0
What's changed
In the scope of this release, support for Dragonwell JDK was added by
@Accelerator1996
in actions/setup-java#532steps: - 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:
- Fix XML namespaces wrongly using https by
@gnodet
in actions/setup-java#503- Fix typo and remove unintentional(?) word by
@CyberFlameGO
in actions/setup-java#518- Fix usage link within the README.md file by
@dassiorleando
in actions/setup-java#525New Contributors
@CyberFlameGO
made their first contribution in actions/setup-java#518@dassiorleando
made their first contribution in actions/setup-java#525@gnodet
made their first contribution in actions/setup-java#503@Accelerator1996
made their first contribution in actions/setup-java#532Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.13.0
0ab4596
add support for dragonwell (#532)4075bfc
Merge pull request #503 from gnodet/fix-xml-namespaces5b86b67
Fixed usage link within the README.md file (#525)b943a4e
fix typo and remove unintentional(?) word (#518)c16064d
Bump word-wrap from 1.2.3 to 1.2.4 (#516)91f49aa
Fix XML namespaces wrongly using https