Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

chore(deps): update actions/setup-java action to v3.5.0#54

Merged
yash-garg merged 1 commit intodevelopfrom
renovate/actions-setup-java-3.x
Sep 21, 2022
Merged

chore(deps): update actions/setup-java action to v3.5.0#54
yash-garg merged 1 commit intodevelopfrom
renovate/actions-setup-java-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 8, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v3.4.1 -> v3.5.0

Release Notes

actions/setup-java

v3.5.0

Compare Source

Add support for multiple jdks

In scope of this release we add support for multiple jdks. Customers can specify multiple versions of java through java-version input.

    steps:
      - uses: actions/setup-java@v3
        with:
          distribution: '<distribution>'
          java-version: |
            8
            11
            15
Besides, we added such changes as:

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. View repository job log here.

@yash-garg yash-garg merged commit 3d7ea57 into develop Sep 21, 2022
@yash-garg yash-garg deleted the renovate/actions-setup-java-3.x branch September 21, 2022 15:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant