Skip to content

Commit

Permalink
merge: #15484
Browse files Browse the repository at this point in the history
15484: deps(github-tags): Update actions/setup-java action to v4 (main) r=oleschoenburg a=renovate[bot]

[![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://github.com/actions/setup-java) | action | major | `v3.13.0` -> `v4.0.0` |
| [actions/setup-java](https://github.com/actions/setup-java) | action | major | `v3` -> `v4` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency Dashboard for more information.

---

### Release Notes

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

### [`v4.0.0`](https://github.com/actions/setup-java/releases/tag/v4.0.0)

[Compare Source](https://github.com/actions/setup-java/compare/v3.13.0...v4.0.0)

#### What's Changed

In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.

#### Breaking changes

-   Update Node.js runtime to version 20 by [`@&#8203;aparnajyothi-y](https://github.com/aparnajyothi-y)` in [https://github.com/actions/setup-java/pull/558](https://github.com/actions/setup-java/pull/558)

#### Non-breaking changes

-   Adding support for microsoft openjdk 21.0.0 by [`@&#8203;ralfstuckert](https://github.com/ralfstuckert)` in [https://github.com/actions/setup-java/pull/546](https://github.com/actions/setup-java/pull/546)
-   Update [`@&#8203;actions/cache](https://github.com/actions/cache)` dependency and documentation by [`@&#8203;IvanZosimov](https://github.com/IvanZosimov)` in [https://github.com/actions/setup-java/pull/549](https://github.com/actions/setup-java/pull/549)
-   Implementation of the cache-dependency-path option to control caching dependency by [`@&#8203;itchyny](https://github.com/itchyny)` in [https://github.com/actions/setup-java/pull/499](https://github.com/actions/setup-java/pull/499)

#### New Contributors

-   [`@&#8203;ralfstuckert](https://github.com/ralfstuckert)` made their first contribution in [https://github.com/actions/setup-java/pull/546](https://github.com/actions/setup-java/pull/546)
-   [`@&#8203;itchyny](https://github.com/itchyny)` made their first contribution in [https://github.com/actions/setup-java/pull/499](https://github.com/actions/setup-java/pull/499)

**Full Changelog**: actions/setup-java@v3...v4.0.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 8pm every weekday,before 6am every weekday" (UTC), 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 these updates 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://developer.mend.io/github/camunda/zeebe).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODcuMiIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->


Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
zeebe-bors-camunda[bot] and renovate[bot] authored Dec 7, 2023
2 parents 9a0f4d7 + 1fdc663 commit 7a61a5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-zeebe/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ runs:
secret/data/products/zeebe/ci/zeebe ARTIFACTS_PSW;
secret/data/products/zeebe/ci/zeebe REGISTRY_HUB_DOCKER_COM_USR;
secret/data/products/zeebe/ci/zeebe ${{ inputs.docker-token }};
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: inputs.java == 'true'
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
secrets: |
secret/data/products/zeebe/ci/zeebe ARTIFACTS_USR;
secret/data/products/zeebe/ci/zeebe ARTIFACTS_PSW;
- uses: actions/setup-java@v3.13.0
- uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: '21'
Expand Down

0 comments on commit 7a61a5c

Please sign in to comment.