Skip to content

Commit e3415cb

Browse files
chore(deps): update actions/setup-java action to v3.7.0 (#187)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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

File tree

.github/workflows/develop_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: chmod +x ./gradlew
3030

3131
- name: Set up JDK
32-
uses: actions/setup-java@v3.6.0
32+
uses: actions/setup-java@v3.7.0
3333
with:
3434
distribution: "zulu"
3535
java-version: "11"
@@ -56,7 +56,7 @@ jobs:
5656
run: chmod +x ./gradlew
5757

5858
- name: Set up JDK
59-
uses: actions/setup-java@v3.6.0
59+
uses: actions/setup-java@v3.7.0
6060
with:
6161
distribution: "zulu"
6262
java-version: "11"
@@ -98,7 +98,7 @@ jobs:
9898
run: chmod +x ./gradlew
9999

100100
- name: Set up JDK
101-
uses: actions/setup-java@v3.6.0
101+
uses: actions/setup-java@v3.7.0
102102
with:
103103
distribution: "zulu"
104104
java-version: "11"

.github/workflows/pr_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: chmod +x ./gradlew
2424

2525
- name: Set up JDK
26-
uses: actions/setup-java@v3.6.0
26+
uses: actions/setup-java@v3.7.0
2727
with:
2828
distribution: "zulu"
2929
java-version: "11"
@@ -50,7 +50,7 @@ jobs:
5050
run: chmod +x ./gradlew
5151

5252
- name: Set up JDK
53-
uses: actions/setup-java@v3.6.0
53+
uses: actions/setup-java@v3.7.0
5454
with:
5555
distribution: "zulu"
5656
java-version: "11"

0 commit comments

Comments
 (0)