Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @actions/cache dependency and documentation #549

Merged
merged 5 commits into from Oct 17, 2023

Conversation

IvanZosimov
Copy link
Contributor

Description:
In the scope of this PR the @actions/cache dependency was updated to the latest available version. The README.md file was updated and the action was rebuilt.

Related issue:
#509

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@IvanZosimov IvanZosimov requested a review from a team as a code owner October 16, 2023 07:53
@IvanZosimov IvanZosimov linked an issue Oct 16, 2023 that may be closed by this pull request
@IvanZosimov IvanZosimov merged commit 78078da into actions:main Oct 17, 2023
250 checks passed
zeebe-bors-camunda bot added a commit to camunda/zeebe that referenced this pull request Dec 7, 2023
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://togithub.com/actions/setup-java) | action | major | `v3.13.0` -> `v4.0.0` |
| [actions/setup-java](https://togithub.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://togithub.com/actions/setup-java/releases/tag/v4.0.0)

[Compare Source](https://togithub.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://togithub.com/aparnajyothi-y)` in [actions/setup-java#558

#### Non-breaking changes

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

#### New Contributors

-   [`@&#8203;ralfstuckert](https://togithub.com/ralfstuckert)` made their first contribution in [actions/setup-java#546
-   [`@&#8203;itchyny](https://togithub.com/itchyny)` made their first contribution in [actions/setup-java#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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Customize cache download timeout
6 participants