Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.6.0 (#125)
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
| minor | `v3.5.1` -> `v3.6.0` |

---

### Release Notes

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

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

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

In scope of this release we added [Maven Toolchains
Support](https://togithub.com/actions/setup-java/issues/276) and [Maven
Toolchains
Declaration](https://togithub.com/actions/setup-java/pull/282).
Moreover, from this release we use `os.arch` to determine default
architecture for runners:
[actions/setup-java#376.
Besides, we made such changes as:

- [Upgrade @&#8203;actions/cache from 3.0.0 to
3.0.4](https://togithub.com/actions/setup-java/pull/392) so it respects
`SEGMENT_DOWNLOAD_TIMEOUT_MINS`
- [Support Gradle version
catalog](https://togithub.com/actions/setup-java/pull/394)
- [Update @&#8203;actions/core to
1.10.0](https://togithub.com/actions/setup-java/pull/390)

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzguNCIsInVwZGF0ZWRJblZlciI6IjMyLjIzOC40In0=-->

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

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

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

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

0 comments on commit 0cc760f

Please sign in to comment.