Skip to content
This repository was archived by the owner on Apr 10, 2024. It is now read-only.

Commit 3a2da45

Browse files
chore(deps): bump actions/setup-java from 2 to 3 (#37)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-java/releases">actions/setup-java's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <p>In scope of this release we changed version of the runtime Node.js for the setup-java action and updated package-lock.json file to v2.</p> <h3>Breaking Changes</h3> <p>With the update to Node 16 in <a href="https://redirect.github.com/actions/setup-java/pull/290">#290</a>, all scripts will now be run with Node 16 rather than Node 12.</p> <h2>v2.5.0</h2> <p>In scope of this pull request we add support for Microsoft Build of OpenJDK (<a href="https://redirect.github.com/actions/setup-java/pull/252">actions/setup-java#252</a>).</p> <pre lang="yaml"><code>steps: - name: Checkout uses: actions/checkout@v2 - name: Setup-java uses: actions/setup-java@v2 with: distribution: microsoft java-version: 11 </code></pre> <h3>Supported distributions</h3> <p>Currently, the following distributions are supported:</p> <table> <thead> <tr> <th>Keyword</th> <th>Distribution</th> <th>Official site</th> <th>License</th> </tr> </thead> <tbody> <tr> <td><code>temurin</code></td> <td>Eclipse Temurin</td> <td><a href="https://adoptium.net/">Link</a></td> <td><a href="https://adoptium.net/about.html">Link</a></td> </tr> <tr> <td><code>zulu</code></td> <td>Zulu OpenJDK</td> <td><a href="https://www.azul.com/downloads/zulu-community/?package=jdk">Link</a></td> <td><a href="https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/">Link</a></td> </tr> <tr> <td><code>adopt</code> or <code>adopt-hotspot</code></td> <td>Adopt OpenJDK Hotspot</td> <td><a href="https://adoptopenjdk.net/">Link</a></td> <td><a href="https://adoptopenjdk.net/about.html">Link</a></td> </tr> <tr> <td><code>adopt-openj9</code></td> <td>Adopt OpenJDK OpenJ9</td> <td><a href="https://adoptopenjdk.net/">Link</a></td> <td><a href="https://adoptopenjdk.net/about.html">Link</a></td> </tr> <tr> <td><code>liberica</code></td> <td>Liberica JDK</td> <td><a href="https://bell-sw.com/">Link</a></td> <td><a href="https://bell-sw.com/liberica_eula/">Link</a></td> </tr> <tr> <td><code>microsoft</code></td> <td>Microsoft Build of OpenJDK</td> <td><a href="https://www.microsoft.com/openjdk">Link</a></td> <td><a href="https://docs.microsoft.com/java/openjdk/faq">Link</a></td> </tr> </tbody> </table> <h2>v2.4.0</h2> <p>In scope of this pull request we add support for Liberica JDK (<a href="https://redirect.github.com/actions/setup-java/pull/225">actions/setup-java#225</a>).</p> <pre lang="yaml"><code>steps: - name: Checkout uses: actions/checkout@v2 - name: Setup-java uses: actions/setup-java@v2 with: distribution: liberica java-version: 11 </code></pre> <h3>Supported distributions</h3> <p>Currently, the following distributions are supported:</p> <table> <thead> <tr> <th>Keyword</th> <th>Distribution</th> <th>Official site</th> <th>License</th> </tr> </thead> <tbody> <tr> <td><code>zulu</code></td> <td>Zulu OpenJDK</td> <td><a href="https://www.azul.com/downloads/zulu-community/?package=jdk">Link</a></td> <td><a href="https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/">Link</a></td> </tr> <tr> <td><code>adopt</code> or <code>adopt-hotspot</code></td> <td>Adopt OpenJDK Hotspot</td> <td><a href="https://adoptopenjdk.net/">Link</a></td> <td><a href="https://adoptopenjdk.net/about.html">Link</a></td> </tr> <tr> <td><code>adopt-openj9</code></td> <td>Adopt OpenJDK OpenJ9</td> <td><a href="https://adoptopenjdk.net/">Link</a></td> <td><a href="https://adoptopenjdk.net/about.html">Link</a></td> </tr> <tr> <td><code>temurin</code></td> <td>Eclipse Temurin</td> <td><a href="https://adoptium.net/">Link</a></td> <td><a href="https://adoptium.net/about.html">Link</a></td> </tr> </tbody> </table> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-java/commit/3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98"><code>3f07048</code></a> Revert &quot;Revert &quot;Add support for Oracle JDK (<a href="https://redirect.github.com/actions/setup-java/issues/401">#401</a>)&quot; (<a href="https://redirect.github.com/actions/setup-java/issues/421">#421</a>)&quot; (<a href="https://redirect.github.com/actions/setup-java/issues/450">#450</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/9b86bbe88a8152e5b9e6c15fd2e0efdd2994ffb6"><code>9b86bbe</code></a> Update workflow badges (<a href="https://redirect.github.com/actions/setup-java/issues/449">#449</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/8f12c5c4d1ebd18bf4b7a51a1b0b912633f0bc61"><code>8f12c5c</code></a> Updated readme file (<a href="https://redirect.github.com/actions/setup-java/issues/446">#446</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/e11351903adc86f18bfc6660e4de2911b9fc33b4"><code>e113519</code></a> Update release-new-action-version.yml (<a href="https://redirect.github.com/actions/setup-java/issues/442">#442</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/285fb318c51dae7a9ebfe0043800b786c3839a03"><code>285fb31</code></a> Bump json5 from 2.2.0 to 2.2.3 (<a href="https://redirect.github.com/actions/setup-java/issues/439">#439</a>)</li> <li><a href="https://github.com/actions/setup-java/commit/308abcba03229002f0055e17d79d00c32fca160f"><code>308abcb</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-java/issues/437">#437</a> from actions/update-code-owners</li> <li><a href="https://github.com/actions/setup-java/commit/03d1057e7db8ef9024b10af90001d6882212e582"><code>03d1057</code></a> Update CODEOWNERS</li> <li><a href="https://github.com/actions/setup-java/commit/d401f0c4509e19dacfbe8696df04022cef8796f9"><code>d401f0c</code></a> Merge pull request <a href="https://redirect.github.com/actions/setup-java/issues/435">#435</a> from actions/update-codeowners</li> <li><a href="https://github.com/actions/setup-java/commit/5e1c7d44c8eacd93fa0b1e1010889f18b06e5dd6"><code>5e1c7d4</code></a> update codeowners</li> <li><a href="https://github.com/actions/setup-java/commit/bf3c59574143a8ab749a244667acfda1699b0779"><code>bf3c595</code></a> Update CODEOWNERS</li> <li>Additional commits viewable in <a href="https://github.com/actions/setup-java/compare/v2...v3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-java&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Attila Mészáros <[email protected]>
1 parent b5f6aa4 commit 3a2da45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Set up Java and Maven
13-
uses: actions/setup-java@v2
13+
uses: actions/setup-java@v3
1414
with:
1515
java-version: 11
1616
distribution: temurin
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Set up Java and Maven
37-
uses: actions/setup-java@v2
37+
uses: actions/setup-java@v3
3838
with:
3939
java-version: 11
4040
distribution: temurin

0 commit comments

Comments
 (0)