Skip to content

Comments

Update actions/setup-java action to v4.6.0#71

Merged
kevincianfarini merged 2 commits intotrunkfrom
renovate/actions-setup-java-4.x
Dec 31, 2024
Merged

Update actions/setup-java action to v4.6.0#71
kevincianfarini merged 2 commits intotrunkfrom
renovate/actions-setup-java-4.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v4.2.2 -> v4.6.0
actions/setup-java action minor v4.5.0 -> v4.6.0

Release Notes

actions/setup-java (actions/setup-java)

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed

Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'

Bug fixes :

New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source


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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from kevincianfarini December 18, 2024 05:34
Copy link
Collaborator

@JakeWharton JakeWharton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unless you pin by Git hash, these tag pointers can be changed arbitrarily. Might as well just stick to only getting PRs for major version bumps where convention states that you might need to do some kind of migration.

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4.6.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/setup-java@v4.6.0
- uses: actions/setup-java@v4

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4.6.0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- uses: actions/setup-java@v4.6.0
- uses: actions/setup-java@v4

@renovate renovate bot force-pushed the renovate/actions-setup-java-4.x branch 5 times, most recently from 19959db to 8183bc7 Compare December 31, 2024 15:49
@kevincianfarini kevincianfarini force-pushed the renovate/actions-setup-java-4.x branch from 8183bc7 to 797953e Compare December 31, 2024 15:51
@renovate
Copy link
Contributor Author

renovate bot commented Dec 31, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@kevincianfarini kevincianfarini merged commit 221a803 into trunk Dec 31, 2024
13 checks passed
@kevincianfarini kevincianfarini deleted the renovate/actions-setup-java-4.x branch December 31, 2024 15:58
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.

2 participants