Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.5.1 (#96)
Browse files Browse the repository at this point in the history
[![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
| patch | `v3.5.0` -> `v3.5.1` |

---

### Release Notes

<details>
<summary>actions/setup-java</summary>

###
[`v3.5.1`](https://togithub.com/actions/setup-java/releases/tag/v3.5.1)

[Compare
Source](https://togithub.com/actions/setup-java/compare/v3.5.0...v3.5.1)

In scope of this release we change logic for Microsoft Build of OpenJDK.
Previously it had hard coded versions. In this release versions were
moved to the separate [json
file](https://togithub.com/actions/setup-java/blob/main/src/distributions/microsoft/microsoft-openjdk-versions.json).
When a new version of Java is released, it can be added to this file and
be used without releasing new version of the action.

- Related pull request:
[actions/setup-java#383

</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, click
this checkbox.

---

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-KT).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDIuNCIsInVwZGF0ZWRJblZlciI6IjMyLjIwMi40In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 26, 2022
1 parent 8b266ac commit f221b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
run: chmod +x ./gradlew

- name: Set up JDK
uses: actions/setup-java@v3.5.0
uses: actions/setup-java@v3.5.1
with:
distribution: "zulu"
java-version: "11"
Expand All @@ -43,7 +43,7 @@ jobs:
run: chmod +x ./gradlew

- name: Set up JDK
uses: actions/setup-java@v3.5.0
uses: actions/setup-java@v3.5.1
with:
distribution: "zulu"
java-version: "11"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
run: chmod +x ./gradlew

- name: Set up JDK
uses: actions/setup-java@v3.5.0
uses: actions/setup-java@v3.5.1
with:
distribution: "zulu"
java-version: "11"
Expand Down

0 comments on commit f221b5c

Please sign in to comment.