Commit e3415cb
authored
chore(deps): update actions/setup-java action to v3.7.0 (#187)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-java](https://togithub.com/actions/setup-java) | action
| minor | `v3.6.0` -> `v3.7.0` |
---
### Release Notes
<details>
<summary>actions/setup-java</summary>
###
[`v3.7.0`](https://togithub.com/actions/setup-java/releases/tag/v3.7.0)
[Compare
Source](https://togithub.com/actions/setup-java/compare/v3.6.0...v3.7.0)
In scope of this release we added support for Oracle JDK
([https://github.com/actions/setup-java/pull/401](https://togithub.com/actions/setup-java/pull/401)).
Besides, we added logic to Pass the token input through on GHES for
Microsoft Build of OpenJDK
([https://github.com/actions/setup-java/pull/395](https://togithub.com/actions/setup-java/pull/395))
and updated
[minimatch](https://togithub.com/actions/setup-java/pull/413)
dependency.
```yaml
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup-java
uses: actions/setup-java@v3
with:
distribution: oracle
java-version: 17
```
##### Supported distributions
Currently, the following distributions are supported:
| Keyword | Distribution | Official site | License
|-|-|-|-|
| `temurin` | Eclipse Temurin | [Link](https://adoptium.net/) |
[Link](https://adoptium.net/about.html)
| `zulu` | Azul Zulu OpenJDK |
[Link](https://www.azul.com/downloads/zulu-community/?package=jdk) |
[Link](https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/)
|
| `adopt` or `adopt-hotspot` | AdoptOpenJDK Hotspot |
[Link](https://adoptopenjdk.net/) |
[Link](https://adoptopenjdk.net/about.html) |
| `adopt-openj9` | AdoptOpenJDK OpenJ9 |
[Link](https://adoptopenjdk.net/) |
[Link](https://adoptopenjdk.net/about.html) |
| `liberica` | Liberica JDK | [Link](https://bell-sw.com/) |
[Link](https://bell-sw.com/liberica_eula/) |
| `microsoft` | Microsoft Build of OpenJDK |
[Link](https://www.microsoft.com/openjdk) |
[Link](https://docs.microsoft.com/java/openjdk/faq)
| `corretto` | Amazon Corretto Build of OpenJDK |
[Link](https://aws.amazon.com/corretto/) |
[Link](https://aws.amazon.com/corretto/faqs/)
| `oracle` | Oracle JDK |
[Link](https://www.oracle.com/java/technologies/downloads/) |
[Link](https://java.com/freeuselicense)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/Yash-Garg/qBittorrent-Manager).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40NC4wIiwidXBkYXRlZEluVmVyIjoiMzQuNDQuMCJ9-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 7877d1b commit e3415cb
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments