From f221b5c5fc67cd26129b505c2e144a2a72f1af21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 14:51:17 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v3.5.1 (#96) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
actions/setup-java ### [`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: [https://github.com/actions/setup-java/pull/383](https://togithub.com/actions/setup-java/pull/383)
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/pr_ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index a0b8f820..da973a27 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -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" @@ -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" @@ -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"