Skip to content

Commit

Permalink
Only specify major Java setup action verion (#71)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/setup-java](https://redirect.github.com/actions/setup-java) |
action | minor | `v4.2.2` -> `v4.6.0` |
| [actions/setup-java](https://redirect.github.com/actions/setup-java) |
action | minor | `v4.5.0` -> `v4.6.0` |

---

### Release Notes

<details>
<summary>actions/setup-java (actions/setup-java)</summary>

###
[`v4.6.0`](https://redirect.github.com/actions/setup-java/releases/tag/v4.6.0)

[Compare
Source](https://redirect.github.com/actions/setup-java/compare/v4.5.0...v4.6.0)

#### What's Changed

**Add-ons:**

- Add Support for JetBrains Runtime by
[@&#8203;gmitch215](https://redirect.github.com/gmitch215) in
[https://github.com/actions/setup-java/pull/637](https://redirect.github.com/actions/setup-java/pull/637)

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

**Bug fixes:**

- Fix Ubuntu-latest CI failures by
[@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in
[https://github.com/actions/setup-java/pull/693](https://redirect.github.com/actions/setup-java/pull/693)

#### New Contributors

- [@&#8203;gmitch215](https://redirect.github.com/gmitch215) made their
first contribution in
[https://github.com/actions/setup-java/pull/637](https://redirect.github.com/actions/setup-java/pull/637)

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

###
[`v4.5.0`](https://redirect.github.com/actions/setup-java/releases/tag/v4.5.0)

[Compare
Source](https://redirect.github.com/actions/setup-java/compare/v4.4.0...v4.5.0)

#### What's Changed

- Upgrade IA Publish by
[@&#8203;Jcambass](https://redirect.github.com/Jcambass) in
[#&#8203;686](https://redirect.github.com/actions/setup-java/issues/686)

##### Bug fixes:

- Improve archive extraction on windows runners without powershell core
and Update micromatch dependency by
[@&#8203;priyagupta108](https://redirect.github.com/priyagupta108) in
[#&#8203;689](https://redirect.github.com/actions/setup-java/issues/689)
- Update workflows for GraalVM and Version Enhancements by
[@&#8203;mahabaleshwars](https://redirect.github.com/mahabaleshwars) in
[#&#8203;699](https://redirect.github.com/actions/setup-java/issues/699)
- Refine `isGhes` logic by
[@&#8203;jww3](https://redirect.github.com/jww3) in
[#&#8203;697](https://redirect.github.com/actions/setup-java/issues/697)

##### New Contributors:

- [@&#8203;priyagupta108](https://redirect.github.com/priyagupta108)
made their first contribution in
[https://github.com/actions/setup-java/pull/689](https://redirect.github.com/actions/setup-java/pull/689)
- [@&#8203;jww3](https://redirect.github.com/jww3) made their first
contribution in
[https://github.com/actions/setup-java/pull/697](https://redirect.github.com/actions/setup-java/pull/697)

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

###
[`v4.4.0`](https://redirect.github.com/actions/setup-java/releases/tag/v4.4.0)

[Compare
Source](https://redirect.github.com/actions/setup-java/compare/v4.3.0...v4.4.0)

##### What's Changed

**Add-ons :**

- Add support for Oracle GraalVM by
[@&#8203;fniephaus](https://redirect.github.com/fniephaus) in
[https://github.com/actions/setup-java/pull/501](https://redirect.github.com/actions/setup-java/pull/501)

<!---->

    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 [@&#8203;Jcambass](https://redirect.github.com/Jcambass) in
[https://github.com/actions/setup-java/pull/684](https://redirect.github.com/actions/setup-java/pull/684)

**Bug fixes :**

- Add architecture to cache key by
[@&#8203;Zxilly](https://redirect.github.com/Zxilly) in
[https://github.com/actions/setup-java/pull/664](https://redirect.github.com/actions/setup-java/pull/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
[@&#8203;aparnajyothi-y](https://redirect.github.com/aparnajyothi-y) in
[https://github.com/actions/setup-java/pull/687](https://redirect.github.com/actions/setup-java/pull/687)

##### New Contributors

- [@&#8203;Jcambass](https://redirect.github.com/Jcambass) made their
first contribution in
[https://github.com/actions/setup-java/pull/684](https://redirect.github.com/actions/setup-java/pull/684)
- [@&#8203;Zxilly](https://redirect.github.com/Zxilly) made their first
contribution in
[https://github.com/actions/setup-java/pull/664](https://redirect.github.com/actions/setup-java/pull/664)

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

###
[`v4.3.0`](https://redirect.github.com/actions/setup-java/compare/v4.2.2...v4.3.0)

[Compare
Source](https://redirect.github.com/actions/setup-java/compare/v4.2.2...v4.3.0)

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/kevincianfarini/cardiologist).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6InRydW5rIiwibGFiZWxzIjpbXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Kevin Cianfarini <[email protected]>
  • Loading branch information
renovate[bot] and kevincianfarini authored Dec 31, 2024
1 parent c1be9af commit 221a803
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 19
Expand All @@ -33,4 +33,4 @@ jobs:
BRANCH: site
FOLDER: build/dokka/html
TARGET_FOLDER: docs/0.x/
CLEAN: true
CLEAN: true
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.5.0
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 19
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4.2.2
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 19
Expand Down

0 comments on commit 221a803

Please sign in to comment.