Skip to content

Commit ad01037

Browse files
Bump oracle-actions/setup-java from 1.4.2 to 1.5.0 in the github-actions group (#11)
* Bump oracle-actions/setup-java in the github-actions group Bumps the github-actions group with 1 update: [oracle-actions/setup-java](https://github.com/oracle-actions/setup-java). Updates `oracle-actions/setup-java` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/oracle-actions/setup-java/releases) - [Changelog](https://github.com/oracle-actions/setup-java/blob/main/CHANGELOG.md) - [Commits](oracle-actions/setup-java@b1546e5...fff4325) --- updated-dependencies: - dependency-name: oracle-actions/setup-java dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> * Remove EOL Java 24 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefano Cordio <[email protected]>
1 parent f7e9c50 commit ad01037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
# https://jdk.java.net/
39-
java: [24, 25, 26]
39+
java: [25, 26]
4040
runs-on: ubuntu-latest
4141

4242
steps:
4343
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- name: Set up Java
45-
uses: oracle-actions/setup-java@b1546e588c27008e88bfcabda44d11c22316b9b8 # v1.4.2
45+
uses: oracle-actions/setup-java@fff43251af9936a0e6a4d5d0946e14f1680e9b6b # v1.5.0
4646
with:
4747
website: jdk.java.net
4848
release: ${{ matrix.java }}

0 commit comments

Comments
 (0)