Skip to content

Commit

Permalink
Merge pull request #19 from OpenLiberty/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4.0.0

Bump actions/setup-java from 3.11.0 to 4.0.0
  • Loading branch information
KyleAure authored Feb 2, 2024
2 parents a259103 + 8a84e01 commit 3cc81cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
# Ref: https://docs.gradle.org/current/userguide/upgrading_version_7.html#using_automatic_toolchain_downloading_without_having_a_repository_configured
# Always preload toolchain JDK
- name: Preload JDK ${{ matrix.java-version }}
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'

# This is the JDK gradle will use since gradle does not always support the -ea version
- name: Set up JDK 11
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
with:
java-version: '11'
distribution: 'temurin'
Expand Down

0 comments on commit 3cc81cc

Please sign in to comment.