Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-java from 3.12.0 to 3.13.0 (#1168)
Release notes [https://github.com/actions/setup-java/releases]: v3.13.0 In the scope of this release, support for Dragonwell JDK was added in https://redirect.github.com/actions/setup-java/pull/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: * Fix XML namespaces wrongly using https in https://redirect.github.com/actions/setup-java/pull/503 * Fix typo and remove unintentional(?) word in https://redirect.github.com/actions/setup-java/pull/518 * Fix usage link within the README.md file in https://redirect.github.com/actions/setup-java/pull/525
- Loading branch information