Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Type Update Change
actions/setup-java action minor v4.2.1 -> v4.8.0

Release Notes

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

v4.8.0

Compare Source

v4.7.1

Compare Source

What's Changed

Documentation changes
Dependency updates:

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

v4.7.0

Compare Source

What's Changed

New Contributors

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

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'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687

New Contributors

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

v4.3.0

Compare Source

What's Changed

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

Bug fixes :

New Contributors :

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

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 this update 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 changed the title ci(deps): update actions/setup-java action to v4.4.0 ci(deps): update actions/setup-java action to v4.5.0 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/actions-setup-java-4.x branch from c13ef06 to 54562bd Compare October 24, 2024 17:07
@renovate renovate bot changed the title ci(deps): update actions/setup-java action to v4.5.0 ci(deps): update actions/setup-java action to v4.6.0 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/actions-setup-java-4.x branch from 54562bd to 930e366 Compare December 18, 2024 04:12
@renovate renovate bot changed the title ci(deps): update actions/setup-java action to v4.6.0 ci(deps): update actions/setup-java action to v4.7.0 Jan 29, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-java-4.x branch from 930e366 to faecaf3 Compare January 29, 2025 04:23
@renovate renovate bot force-pushed the renovate/actions-setup-java-4.x branch from faecaf3 to b1d33b2 Compare April 9, 2025 03:46
@renovate renovate bot changed the title ci(deps): update actions/setup-java action to v4.7.0 ci(deps): update actions/setup-java action to v4.7.1 Apr 9, 2025
@renovate renovate bot force-pushed the renovate/actions-setup-java-4.x branch from b1d33b2 to 25f17d9 Compare December 4, 2025 04:26
@renovate renovate bot changed the title ci(deps): update actions/setup-java action to v4.7.1 ci(deps): update actions/setup-java action to v4.8.0 Dec 4, 2025
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.

1 participant