Closed renovate[bot] closed 11 months ago
This PR contains the following updates:
v3
v4
📅 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.
This PR has been generated by Mend Renovate. View repository job log here.
This PR updates the Java setup version in two workflow files.
actions/setup-java
.github/workflows/codecov.yml
.github/workflows/mvn.yml
mvn.yml
${{ matrix.java }}
✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}
/codex {your question}
@rultor please, try to merge, since 8 checks have passed
@yegor256 OK, I'll try to merge now. You can check the progress of the merge here
@yegor256 Done! FYI, the full log is here (took me 13min)
This PR contains the following updates:
v3
->v4
Release Notes
actions/setup-java (actions/setup-java)
### [`v4`](https://togithub.com/actions/setup-java/compare/v3...v4) [Compare Source](https://togithub.com/actions/setup-java/compare/v3...v4)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.
This PR has been generated by Mend Renovate. View repository job log here.
PR-Codex overview
This PR updates the Java setup version in two workflow files.
Detailed summary
actions/setup-java
version from v3 to v4 in.github/workflows/codecov.yml
.actions/setup-java
version from v3 to v4 in.github/workflows/mvn.yml
.mvn.yml
, the Java version is now set dynamically using${{ matrix.java }}
.